MCP.so
Sign In
Servers

Godot MCP

@Coding-Solo

MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.

Add this server to your MCP-compatible client using the configuration below.

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

More from Other