magic-mcp

21st-dev/magic-mcp
★ 4,410 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "magic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "21st-dev/magic-mcp"
      ]
    }
  }
}