PluginBench
MCP Server
Active
Apache-2.0

io.github.n24q02m/better-godot-mcp MCP Server

io.github.n24q02m/better-godot-mcp

What is the io.github.n24q02m/better-godot-mcp MCP server?

Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development.

How to install io.github.n24q02m/better-godot-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GODOT_PROJECT_PATH

    Default Godot project path. Most tools also accept project_path parameter.

  • GODOT_PATH

    Path to Godot binary. Auto-detected if not set.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "better-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-godot-mcp"
      ],
      "env": {
        "GODOT_PROJECT_PATH": "<YOUR_GODOT_PROJECT_PATH>",
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "better-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-godot-mcp"
      ],
      "env": {
        "GODOT_PROJECT_PATH": "<YOUR_GODOT_PROJECT_PATH>",
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "better-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-godot-mcp"
      ],
      "env": {
        "GODOT_PROJECT_PATH": "<YOUR_GODOT_PROJECT_PATH>",
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "better-godot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-godot-mcp"
      ],
      "env": {
        "GODOT_PROJECT_PATH": "<YOUR_GODOT_PROJECT_PATH>",
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add better-godot-mcp --env GODOT_PROJECT_PATH=<YOUR_GODOT_PROJECT_PATH> --env GODOT_PATH=<YOUR_GODOT_PATH> -- npx -y @n24q02m/better-godot-mcp

Related MCP servers

Token-efficient code review knowledge graph: semantic search and call-graph resolution.

66
Python
Apache-2.0
View repository →

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

36
TypeScript
Apache-2.0
View repository →

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

30
TypeScript
Apache-2.0
View repository →

MCP server for web search, content extraction, academic research, and library docs.

16
Python
Apache-2.0
View repository →

Telegram MCP server — dual-mode Bot API + MTProto, composite tools.

10
Python
Apache-2.0
View repository →

Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync.

10
Python
Apache-2.0
View repository →