← Index

GB Studio MCP Server

io.github.eoinjordan/gbstudio-claude-mcp·v1.0.4·Other
Quality Score
85
/100

Create and modify GB Studio projects with MCP tools for scenes, actors, assets, and validation.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gbstudio-claude-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gbstudio-claude-mcp"
      ],
      "env": {
        "CLAUDE_API_KEY": "<your-claude_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gbstudio-claude-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gbstudio-claude-mcp"
      ],
      "env": {
        "CLAUDE_API_KEY": "<your-claude_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y gbstudio-claude-mcp
§02  Environment variables
CLAUDE_API_KEY
secret

Optional Claude API key used by /claude-key endpoints.

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other