Home › Other › GB Studio MCP Server

GB Studio MCP Server

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

TypeScript
★ 19 stars Last pushed 2026-06-09 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.4)

npx -y gbstudio-claude-mcp@1.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "gb-studio-agent": {
      "command": "npx",
      "args": [
        "-y",
        "gbstudio-claude-mcp@1.0.4"
      ],
      "env": {
        "CLAUDE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLAUDE_API_KEY secret — Optional Claude API key used by /claude-key endpoints.

Related servers

Data from the Official MCP Registry