DevelopmentJavaScript
godot-mcp
MCP server for interfacing with Godot game engine.
N/A rating (0 reviews)0 installs2,933 GitHub stars
GodotMCPJavaScript
Provides tools for launching the editor, running projects, and capturing debug output.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"godot-mcp-1": {
"args": [
"-y",
"godot-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.