Mastergo Mcp

Created By
mastergo-design5 months ago
# 获取 MG_MCP_TOKEN 1. 访问 https://mastergo.com 2. 进入个人设置 3. 点击安全设置选项卡 4. 找到个人访问令牌 5. 点击生成令牌 # 设计文件需要放入团队版团队项目中,草稿箱文件不适用
Overview

What is MasterGo Magic MCP?

MasterGo Magic MCP is a standalone Model Context Protocol (MCP) service that connects MasterGo design tools with AI models, allowing for the retrieval of DSL data from MasterGo design files.

How to use MasterGo Magic MCP?

To use MasterGo Magic MCP, you need to obtain an MG_MCP_TOKEN from the MasterGo website and run the service using Node.js with the command: npx @mastergo/magic-mcp --token=YOUR_TOKEN --url=https://mastergo.com/.

Key features of MasterGo Magic MCP?

  • Retrieves DSL data from MasterGo design files.
  • Runs directly with npx, requiring only a Node.js environment.
  • No external dependencies needed.

Use cases of MasterGo Magic MCP?

  1. Extracting design properties for analysis.
  2. Generating frontend code based on design components.
  3. Building structured workflows for component development.

FAQ from MasterGo Magic MCP?

  • What is the requirement for using MasterGo Magic MCP?

You need a Team Edition or higher MasterGo account, as personal free editions do not support MCP tool access.

  • Can I use it with draft files?

No, design files must be placed in Team Projects; files in the draft box cannot be accessed via MCP tools.

  • What if I encounter a "no permission" error?

Ensure that your account version is correct and that the design files are in the appropriate location.

Server Config

{
  "mcpServers": {
    "mastergo-magic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mastergo/magic-mcp",
        "--token=YOUR_TOKEN",
        "--url=https://mastergo.com/"
      ],
      "env": {
        "NPM_CONFIG_REGISTRY": "https://registry.npmjs.org/"
      }
    }
  }
}
Project Info
Created At
5 months ago
Updated At
5 months ago
Author Name
mastergo-design
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

11 hours ago
Voyei

an hour ago