Back to Apps

GB Studio Agent
Supports UIby eoinjordan
Automated GameBoy game asset creation and project management for GB Studio and GBA Studio.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects an AI agent to GB Studio (and GBA Studio), allowing the AI to manipulate projects, manage assets, and automate the creation of scenes and actors for GameBoy development.
Tools
find_project: Locates a .gbsproj file in a specified directory.validate: Checks the structure and validity of a GB Studio project.inventory: Lists all scenes, actors, triggers, and assets in a project.scene/create: Adds a new scene to the project.actor/create: Creates a new actor within a specific scene.background/create: Generates a new background asset.sprite/create: Creates a new sprite asset.gba/build: Compiles a GBA Studio project into a .gba ROM.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gbstudio-mcp": {
"command": "node",
"args": ["/absolute/path/to/build/mcp.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g gbstudio-claude-mcpInformation
- Pricing
- free
- Published
- 7/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"gbstudio-mcp": {
"command": "node",
"args": ["/absolute/path/to/build/mcp.js"]
}
}
}





