UI over MCP. Create next-gen UI experiences with the protocol and SDK!
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ui": {
"command": "npx",
"args": [
"-y",
"MCP-UI-Org/mcp-ui"
]
}
}
}
Run in terminal:
claude mcp add mcp-ui npx -y MCP-UI-Org/mcp-ui
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ui": {
"command": "npx",
"args": [
"-y",
"MCP-UI-Org/mcp-ui"
]
}
}
}