Servers
21st.dev Magic AI Agent
@21st-dev
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"magic-mcp": {
"command": "npx",
"args": [
"@21st-dev/cli@latest",
"install",
"<client>",
"--api-key",
"<key>"
]
}
}
}