MCP server that embeds inside Godot 4 games — AI agents can inspect, control, and test running games in real-time
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"godot-playtester-mcp": {
"command": "npx",
"args": [
"-y",
"tigermkiiiddd/godot-playtester-mcp"
]
}
}
}
Run in terminal:
claude mcp add godot-playtester-mcp npx -y tigermkiiiddd/godot-playtester-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"godot-playtester-mcp": {
"command": "npx",
"args": [
"-y",
"tigermkiiiddd/godot-playtester-mcp"
]
}
}
}