Back to MCP Servers
🔌

Coding-Solo/godot-mcp

MIT

📇 🏠 - A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.

JavaScriptDev Tools

Install

npx -y @coding-solo/godot-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "coding-solo-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coding-solo/godot-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.