Used by 1 plugin
Generates code and answers questions using Claude Code through the Model Context Protocol.
Add to your .mcp.json:
{
"mcpServers": {
"@21st-dev/magic": {
"command": "npx",
"args": [
"-y",
"@21st-dev/magic@latest"
],
"env": {
"TWENTYFIRST_API_KEY": "${TWENTYFIRST_API_KEY:-}"
}
}
}
}Replace placeholder values for: TWENTYFIRST_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxTWENTYFIRST_API_KEY=${TWENTYFIRST_API_KEY:-}