GitHub Stars
138
User Rating
Not Rated
Favorites
0
Views
3
Forks
19
Issues
5
@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 🙏
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients - the standardized API protocol used by AI assistants and models.
folderr-mcp-server is a server application built with JavaScript that automates file management and folder operations. It provides a simple API, allowing developers to easily manipulate the file system. While the documentation is well-organized, the feature set is somewhat limited, making it suitable as a learning resource for beginners but with constraints on practical usability.