It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
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"
]
}
}
}
Run in terminal:
claude mcp add magic-mcp npx -y 21st-dev/magic-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"magic-mcp": {
"command": "npx",
"args": [
"-y",
"21st-dev/magic-mcp"
]
}
}
}