MCP server bridging Claude (and other MCP clients) to the mGBA Game Boy Advance emulator via Lua scripting
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-mgba": {
"command": "npx",
"args": [
"-y",
"dmang-dev/mcp-mgba"
]
}
}
}
Run in terminal:
claude mcp add mcp-mgba npx -y dmang-dev/mcp-mgba
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-mgba": {
"command": "npx",
"args": [
"-y",
"dmang-dev/mcp-mgba"
]
}
}
}