PluginBench
MCP Server
Active
MIT

Funplay Godot MCP MCP Server

io.github.FunplayAI/funplay-godot-mcp

What is the Funplay Godot MCP MCP server?

stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.

How to install Funplay Godot MCP

Copy-paste configuration for popular MCP clients.

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

    Optional Godot MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.

  • GODOT_MCP_URL

    Compatibility endpoint variable used when FUNPLAY_GODOT_MCP_URL is not set.

  • FUNPLAY_GODOT_MCP_TOKEN
    required
    secret

    Godot MCP local auth token from the Funplay MCP dock or user://funplay_mcp_settings.cfg.

  • GODOT_MCP_TOKEN
    secret

    Compatibility token variable used when FUNPLAY_GODOT_MCP_TOKEN is not set.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "funplay-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-godot-mcp"
      ],
      "env": {
        "FUNPLAY_GODOT_MCP_URL": "<YOUR_FUNPLAY_GODOT_MCP_URL>",
        "GODOT_MCP_URL": "<YOUR_GODOT_MCP_URL>",
        "FUNPLAY_GODOT_MCP_TOKEN": "<YOUR_FUNPLAY_GODOT_MCP_TOKEN>",
        "GODOT_MCP_TOKEN": "<YOUR_GODOT_MCP_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "funplay-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-godot-mcp"
      ],
      "env": {
        "FUNPLAY_GODOT_MCP_URL": "<YOUR_FUNPLAY_GODOT_MCP_URL>",
        "GODOT_MCP_URL": "<YOUR_GODOT_MCP_URL>",
        "FUNPLAY_GODOT_MCP_TOKEN": "<YOUR_FUNPLAY_GODOT_MCP_TOKEN>",
        "GODOT_MCP_TOKEN": "<YOUR_GODOT_MCP_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "funplay-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-godot-mcp"
      ],
      "env": {
        "FUNPLAY_GODOT_MCP_URL": "<YOUR_FUNPLAY_GODOT_MCP_URL>",
        "GODOT_MCP_URL": "<YOUR_GODOT_MCP_URL>",
        "FUNPLAY_GODOT_MCP_TOKEN": "<YOUR_FUNPLAY_GODOT_MCP_TOKEN>",
        "GODOT_MCP_TOKEN": "<YOUR_GODOT_MCP_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "funplay-godot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "funplay-godot-mcp"
      ],
      "env": {
        "FUNPLAY_GODOT_MCP_URL": "<YOUR_FUNPLAY_GODOT_MCP_URL>",
        "GODOT_MCP_URL": "<YOUR_GODOT_MCP_URL>",
        "FUNPLAY_GODOT_MCP_TOKEN": "<YOUR_FUNPLAY_GODOT_MCP_TOKEN>",
        "GODOT_MCP_TOKEN": "<YOUR_GODOT_MCP_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add funplay-godot-mcp --env FUNPLAY_GODOT_MCP_URL=<YOUR_FUNPLAY_GODOT_MCP_URL> --env GODOT_MCP_URL=<YOUR_GODOT_MCP_URL> --env FUNPLAY_GODOT_MCP_TOKEN=<YOUR_FUNPLAY_GODOT_MCP_TOKEN> --env GODOT_MCP_TOKEN=<YOUR_GODOT_MCP_TOKEN> -- npx -y funplay-godot-mcp

Related MCP servers

AI-powered Unity Editor MCP server with 92 tools for scene creation, scripting, and game automation.

157
C#
MIT
View repository →

stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.

64
JavaScript
MIT
View repository →

stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.

1
Python
MIT
View repository →