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.
We read the source, 22 h ago · rules 3dff92dd89df
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.
execFile(file, args, { ...options, maxBuffer: 1024 * 1024 * 20 }, (error, stdout, stderr) => {
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.
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.
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.
claude mcp add gbstudio-claude-mcp -- npx -y gbstudio-claude-mcp
{
"mcpServers": {
"gbstudio-claude-mcp": {
"args": [
"-y",
"gbstudio-claude-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.gbstudio-claude-mcp]
command = "npx"
args = ["-y", "gbstudio-claude-mcp"]
{
"mcpServers": {
"gbstudio-claude-mcp": {
"args": [
"-y",
"gbstudio-claude-mcp"
],
"command": "npx"
}
}
}
{
"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.
SynClub MCP Server for AI-powered comic creation with script generation and image tools
Create, inspect, validate, and save editable 3D building scenes with Pascal's hosted MCP server.
Offline MCP server for planning structured project specs — validate, render, and checklist tools.
MCP server integrating with Stripe - tools for customers, products, payments, and more.
MCP server for Tilda API — projects, pages. 3 tools.
MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
CSVBox MCP server for creating, updating, validating and generating CSVBox importer sheets.
Answers built from our own checks of this server.