All MCP servers

TypeUI

Official
by Api.AirforceStreamable HTTPAI & LLM Tools01,106MIT

Design systems, UI prompts, and layout variations for AI coding tools.

mcpopen-sourceai-llm-tools

Endpoint

POST https://mcp.typeui.sh/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "typeui-imp5db95": {
      "url": "https://mcp.typeui.sh/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}