godot-mcp-server

NPGameDev/godot-mcp-server
★ 1 stars TypeScript AI/LLM Updated today
The npm bridge connecting AI coding assistants to the Godot 4.2+ editor over the Model Context Protocol. Runs locally as a stdio-to-WebSocket bridge. Its consolidated tools expose 150+ operations, and the toolkit's GDScript extension API lets any project add its own. Pairs with the godot-mcp-toolkit plugin.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "godot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "NPGameDev/godot-mcp-server"
      ]
    }
  }
}