Stats
Actions
Tags
From frontend-craft
Connects to MasterGo, a collaborative design platform, enabling Claude to access design files and assets. Requires a MasterGo API token.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mastergo": {
"type": "http",
"command": "npx",
"args": [
"-y",
"@mastergo/magic-mcp",
"--token=${MG_MCP_TOKEN}",
"--url=https://mastergo.com"
],
"url": "https://mastergo.com"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://mastergo.comCommand-line arguments passed to the server process
npx claudepluginhub bovinphang/frontend-craft