
Magic UI Component Server
Official Magic UI MCP server.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar install magicuidesign/mcp -c claude
This command will automatically install and configure the Magic UI Component Server MCP server for your selected client.
Option 2: Manual Configuration
View JSON configuration
{
"mcpServers": {
"Magic UI Component Server": {
"command": "npx",
"args": [
"-y",
"@magicuidesign/mcp@latest"
]
}
}
}
Copy and paste this configuration into your MCP client's configuration file to manually set up this server.
Common MCP clients
claude
- Claude Desktopcursor
- Cursor Code Editorcline
- Cline (VS Code)windsurf
- Windsurf Editorwitsy
- Witsy AI Assistant
@magicuidesign/mcp
Official ModelContextProtocol (MCP) server for Magic UI.

Install MCP configuration
npx @magicuidesign/cli@latest install <client>
Supported Clients
- cursor
- windsurf
- claude
- cline
- roo-cline
Manual Installation
Add to your IDE's MCP config:
{
"mcpServers": {
"@magicuidesign/mcp": {
"command": "npx",
"args": ["-y", "@magicuidesign/mcp@latest"]
}
}
}
Example Usage
Once configured, you can questions like:
"Make a marquee of logos"
"Add a blur fade text animation"
"Add a grid background"
Available Tools
The server provides the following tools callable via MCP:
MCP Limitations
Some clients have a limit on the number of tools they can call. This is why we opted to group the tools into categories. Note: For more specific context on each component, run the MCP locally and modify the logic that groups the components.
Credits
Big thanks to @beaubhp for creating the MCP server 🙏
Stars
160Forks
23Last commit
17 days agoRepository age
19 daysLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Magic UI Component Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit