A powerful, project-aware Model Context Protocol (MCP) server for GameMaker Studio with 160 tools, GML static analysis, refactoring, and automated builds.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gamemaker-mcp": {
"command": "npx",
"args": [
"-y",
"yearningss/gamemaker-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gamemaker-mcp npx -y yearningss/gamemaker-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gamemaker-mcp": {
"command": "npx",
"args": [
"-y",
"yearningss/gamemaker-mcp"
]
}
}
}
📋 Copy