mcp-ui

GitHub

UI over MCP. Create next-gen UI experiences with the protocol and SDK!

4,788 stars TypeScript #ai#frontend#llm#mcp#ui#web
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-ui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-ui"
      ]
    }
  }
}