SkillAgentSearch skills...

gb-studio-agent

Claude or other MCP Agentic integration for GB Studio Automated game asset creation and project management REST API endpoints for scenes, actors, assets, and validation End-to-end workflow with your MCP server

Install / Use

claude mcp add eoinjordan -- npx -y github:eoinjordan/gb-studio-agent

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

{ "name": "gbstudio-claude-mcp", "mcpName": "io.github.eoinjordan/gbstudio-claude-mcp", "version": "1.1.0", "description": "Claude MCP server for GB Studio and GBA Studio project manipulation.", "main": "dist/index.js", "scripts": { "dev": "ts-node-dev src/index.ts", "build": "tsc", "test": "jest --runInBand", "start": "node dist/index.js", "build:mcp": "tsc --project tsconfig.mcp.json", "lint": "eslint --ext .ts src/ tests/", "type-check": "tsc --noEmit --project tsconfig.json" }, "keywords": [ "mcp", "mcp-server", "gbstudio", "claude", "claude-ai", "typescript", "game-development" ], "author": "Eoin Jordan eoin.jordan@insight-centre.org", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/eoinjordan/gb-studio-agent.git" }, "homepage": "https://github.com/eoinjordan/gb-studio-agent#readme", "bugs": { "url": "https://github.com/eoinjordan/gb-studio-agent/issues" }, "engines": { "node": ">=16.0.0" }, "bin": { "gbstudio-claude-mcp": "./dist/index.js" }, "clawdbot": { "extensions": [ "./extensions/gbstudio-claude-mcp.ts" ] }, "moltbot": { "extensions": [ "./extensions/gbstudio-claude-mcp.ts" ] }, "files": [ "build", "dist", "extensions", "skills", "clawdbot.plugin.json", "moltbot.plugin.json", "README.md", "LICENSE" ], "devDependencies": { "@types/express": "^5.0.6", "@types/jest": "^29.5.2", "@types/supertest": "^6.0.3", "@typescript-eslint/eslint-plugin": "^8.53.1", "@typescript-eslint/parser": "^8.53.1", "eslint": "^9.39.2", "jest": "^29.7.0", "prettier": "^3.8.1", "ts-jest": "^29.1.1", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.3", "axios": "^1.13.3", "dotenv": "^17.2.3", "express": "^5.2.1", "supertest": "^7.2.2", "zod": "^4.3.6" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low