MasterGo Magic MCP

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides the runtime environment required for the MCP server to operate, with no external dependencies needed beyond Node.js.

MasterGo 魔法 MCP

MasterGo Magic MCP 是一项独立的 MCP(模型上下文协议)服务,旨在将 MasterGo 设计工具与 AI 模型连接起来。它使 AI 模型能够直接从 MasterGo 设计文件中检索 DSL 数据。

主要特点

  • 从 MasterGo 设计文件中检索 DSL 数据
  • 直接使用 npx 运行
  • 无需外部依赖,只需要 Node.js 环境

教程

用法

获取MG_MCP_TOKEN

  1. 访问https://mastergo.com
  2. 进入个人设置
  3. 单击安全设置选项卡
  4. 查找个人访问令牌
  5. 点击生成token

命令行选项

npx @mastergo/magic-mcp --token=YOUR_TOKEN [--url=API_URL] [--rule=RULE_NAME] [--debug]

参数:

  • --token=YOUR_TOKEN (必需):用于身份验证的 MasterGo API 令牌
  • --url=API_URL (可选):API 基本 URL,默认为http://localhost:3000
  • --rule=RULE_NAME (可选):添加要应用的设计规则,可多次使用
  • --debug (可选):启用调试模式以获取详细的错误信息

您还可以对参数使用空格分隔的格式:

npx @mastergo/magic-mcp --token YOUR_TOKEN --url API_URL --rule RULE_NAME --debug

游标用法

Cursor Mcp 使用指南参考: https://docs.cursor.com/context/model-context-protocol#using-mcp-tools-in-agent

{ "mcpServers": { "mastergo-magic-mcp": { "command": "npx", "args": [ "-y", "@mastergo/magic-mcp", "--token=<MG_MCP_TOKEN>", "--url=https://mastergo.com" ], "env": {} } } }

cline 用法

{ "mcpServers": { "@master/mastergo-magic-mcp": { "command": "npx", "args": [ "-y", "@mastergo/magic-mcp", "--token=<MG_MCP_TOKEN>", "--url=https://mastergo.com" ], "env": {} } } }

执照

国际学习中心

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

独立的模型上下文协议服务,将 MasterGo 设计工具与 AI 模型连接起来,使 AI 模型能够直接从 MasterGo 设计文件中检索 DSL 数据。

  1. Key Features
    1. Tutorial
      1. Usage
        1. Obtaining MG_MCP_TOKEN
        2. Command Line Options
        3. cursor Usage
        4. cline Usage
      2. License
        ID: pr91foa6vq