Funplay Godot MCP

The Most Advanced MCP Server for Godot Editor Godot Asset Store · 中文 | English Funplay MCP for Godot is an MIT-licensed Godot Editor MCP server that lets AI assistants like Claude Code, Cursor, Windsurf, Codex, and VS Code Copilot operate directly inside your running Godot project. It runs locally over stdio via the published package.

People connecting gaming tools to Claude, Cursor, VS Code, or another MCP client. The project is written in GDScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-31 · ★ 35 · #10 OF 35 MAINTAINED GAMING · VERIFIED 2026-08-25

MIT · GDScript · how we verify → /methodology

01 · Install Funplay Godot MCP

before you install - you'll need

Set FUNPLAY_GODOT_MCP_URL, FUNPLAY_GODOT_MCP_TOKEN before connecting.

Claude Code

claude mcp add funplayai-funplay-godot-mcp -- npx -y funplay-godot-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "funplayai-funplay-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-godot-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package funplay-godot-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.FunplayAI is GitHub-verified and matches the repo owner

03 · What Funplay Godot MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.0 · 2026-07-31

v0.10.0 · Added · Added state-machine and real-editor HTTP integration tests that launch and stop two Godot instances with distinct per-instance arguments. · Added a persistent English / Simplified Chinese language…

v0.9.6 · 2026-07-13

v0.9.6 · Fixed · GDScript validation now returns Godot's full parser or compiler message with the exact file, line number, and source snippet instead of only an unnumbered reload error code.

v0.9.5 · 2026-07-03

v0.9.5 · Added · Added runtime bridge command tools for play-mode node queries, runtime viewport screenshots, input injection, and runtime event history. · Added query_runtime_node, capture_runtime_view…

04 · Who maintains Funplay Godot MCP

Funplay Godot MCP is maintained by funplayai. We track 4 MCP servers from funplayai - 4 actively maintained, 448 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from funplayai.

  1. Funplay Cocos MCP stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp. ★ 189
  2. Funplay Unreal MCP stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp. ★ 3
  3. Funplay Unity MCP stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp. ★ 221

05 · Facts

category
gaming - ranked #10 of 35 actively-maintained gaming servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-07-31)
registry
io.github.FunplayAI/funplay-godot-mcp (active, first published 2026-05-21 · 10 versions)
packages
npm:funplay-godot-mcp

06 · Funplay Godot MCP FAQ

What is Funplay Godot MCP?

The Most Advanced MCP Server for Godot Editor Godot Asset Store · 中文 | English Funplay MCP for Godot is an MIT-licensed Godot Editor MCP server that lets AI assistants like Claude Code, Cursor, Windsurf, Codex, and VS Code Copilot operate directly inside your running Godot project. It runs locally over stdio via the published package.

Is Funplay Godot MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-31 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Funplay Godot MCP?

Run `npx -y funplay-godot-mcp`. The README documents 2 environment variables (FUNPLAY_GODOT_MCP_URL, FUNPLAY_GODOT_MCP_TOKEN) to set first. Set FUNPLAY_GODOT_MCP_URL, FUNPLAY_GODOT_MCP_TOKEN before connecting. You can also paste the ready-made client config above.

Does Funplay Godot MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Funplay Godot MCP