Back to Apps

Magic UI MCP
Supports UIby magicuidesign
Official MCP server for Magic UI, enabling AI agents to discover and implement high-quality UI components directly from the registry.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Connects AI agents to the Magic UI registry, allowing them to browse, search, and retrieve detailed implementation instructions for beautiful, animated UI components.
Tools
listRegistryItems: Lists registry items with optional filters for kind, query, limit, and offset.searchRegistryItems: Performs keyword search across names, titles, and descriptions of registry items.getRegistryItem: Retrieves full details for a specific registry item, including installation steps and examples.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"magicuidesign-mcp": {
"command": "npx",
"args": ["-y", "@magicuidesign/mcp@latest"]
}
}
}
Supported hosts
Confirmed support for Cursor, Windsurf, and Claude.
Quick install
npx -y @magicuidesign/mcp@latestInformation
- Pricing
- free
- Published
- 5/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "name": "magicuidesign-mcp", "command": "npx", "args": ["-y", "@magicuidesign/mcp@latest"] }Windsurf
Add to mcp_config.json: { "magicuidesign-mcp": { "command": "npx", "args": ["-y", "@magicuidesign/mcp@latest"] } }Claude Desktop
{
"mcpServers": {
"magicuidesign-mcp": {
"command": "npx",
"args": ["-y", "@magicuidesign/mcp@latest"]
}
}
}





