MasterGo Magic MCP is a standalone MCP (Model Context Protocol) service designed to connect MasterGo design tools with AI models.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mastergo-magic-mcp": {
"command": "npx",
"args": [
"-y",
"mastergo-design/mastergo-magic-mcp"
]
}
}
}
Run in terminal:
claude mcp add mastergo-magic-mcp npx -y mastergo-design/mastergo-magic-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mastergo-magic-mcp": {
"command": "npx",
"args": [
"-y",
"mastergo-design/mastergo-magic-mcp"
]
}
}
}