MCP server + C# EditorPlugin for controlling Godot 4.6+ .NET from AI assistants like Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"godotmcp": {
"command": "npx",
"args": [
"-y",
"LeanderM99/GodotMCP"
]
}
}
}
Run in terminal:
claude mcp add godotmcp npx -y LeanderM99/GodotMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"godotmcp": {
"command": "npx",
"args": [
"-y",
"LeanderM99/GodotMCP"
]
}
}
}