mcpbeat Sign in

GB Studio MCP Server

by eoinjordan Your server? Claim it
local only

GB Studio MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 9 Jun 2026.

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

Installs per day peak 27 · avg 10 · +42% w/w
a month agotoday
110
Installs / week
npm · gbstudio-claude-mcp
19
Stars
1 open issues
9 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/index.ts:48
    execFile(file, args, { ...options, maxBuffer: 1024 * 1024 * 20 }, (error, stdout, stderr) => {
Builds a file path from a variable src/index.ts:26
    return projectFile ? path.join(projectRoot, projectFile.name) : null;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gbstudio-claude-mcp -- npx -y gbstudio-claude-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gbstudio-claude-mcp": {
      "args": [
        "-y",
        "gbstudio-claude-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gbstudio-claude-mcp]
command = "npx"
args = ["-y", "gbstudio-claude-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gbstudio-claude-mcp": {
      "args": [
        "-y",
        "gbstudio-claude-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gbstudio-claude-mcp": {
      "args": [
        "-y",
        "gbstudio-claude-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLAUDE_API_KEY (Optional Claude API key used by /claude-key endpoints.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GB Studio MCP Server

same job, measured the same way
Synclub Dxt
by synclub-tech

SynClub MCP Server for AI-powered comic creation with script generation and image tools

local only
Pascal 3D Editor
by pascalorg

Create, inspect, validate, and save editable 3D building scenes with Pascal's hosted MCP server.

answering
Draftlytic MCP
by rbsoftwaresystems

Offline MCP server for planning structured project specs — validate, render, and checklist tools.

44 installs/wk local only
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering
Tilda MCP
by theyahia

MCP server for Tilda API — projects, pages. 3 tools.

63 installs/wk local only
Jira MCP Server
by friendlygeorge

MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...

27 installs/wk local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
Csvbox MCP Server
by csvbox-io

CSVBox MCP server for creating, updating, validating and generating CSVBox importer sheets.

49 installs/wk local only

GB Studio MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for GB Studio MCP Server?
GB Studio MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gbstudio-claude-mcp was installed 110 times last week.
How do I connect GB Studio MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gbstudio-claude-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use GB Studio MCP Server?
The npm package gbstudio-claude-mcp was installed 110 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GB Studio MCP Server open source?
We cannot say either way: written in TypeScript, 19 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.