Stats
Actions
Tags
Provides tools and resources for interacting with the Godot game engine, enabling scene editing, asset management, and project inspection via the Godot editor API. Runs locally.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"godot-editor": {
"command": "npx",
"args": [
"-y",
"@coding-solo/godot-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub mrcalderon3d/everything-game-dev-code