7 hours ago
Open-source MCP server connecting AI agents (Claude, Cursor, GitHub Copilot, Gemini, and more) to the Godot Editor and runtime (Godot 4.x, C#).
Server Config
{
"mcpServers": {
"godot-mcp": {
"command": "gamedev-mcp-server",
"args": [
"--client-transport",
"stdio"
]
}
}
}