Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From frontend-craft
Connects to MasterGo, a collaborative design platform, enabling Claude to access design files and assets. Requires a MasterGo API token.
npx claudepluginhub bovinphang/frontend-craftCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mastergo": {
"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
Share bugs, ideas, or general feedback.