
Funplay Godot MCP
Connect your agent to the Godot Editor MCP service so scene and project work can run through tools while you stay in the IDE.
Overview
Funplay Godot MCP is a MCP server for the Build phase that connects agents via stdio to the local Funplay Godot Editor MCP HTTP endpoint.
What is this MCP server?
- stdio npm bridge funplay-godot-mcp v0.8.0 to the local Godot Editor MCP HTTP API
- FUNPLAY_GODOT_MCP_URL or compatibility alias GODOT_MCP_URL; default http://127.0.0.1:8765/
- Pairs with FunplayAI’s Godot editor MCP server—agent calls proxy over HTTP
- Suited for Godot 4.x-style agent workflows when the editor MCP plugin is running
- MCP stdio transport for Claude Code, Cursor, and similar clients
- Package version 0.8.0
- Default endpoint http://127.0.0.1:8765/
- Env vars FUNPLAY_GODOT_MCP_URL and GODOT_MCP_URL
Community signal: 12 GitHub stars.
What problem does it solve?
Your agent can edit Godot scripts in the repo but cannot touch the running editor without a dedicated local MCP bridge.
Who is it for?
Indie Godot developers using FunplayAI’s editor MCP who want Claude Code or Cursor integrated into daily scene and project iteration.
Skip if: Cocos or Unity pipelines, or headless CI-only Godot builds with no editor MCP process.
What do I get? / Deliverables
After registration, MCP tools route to your Godot editor MCP server so agents can drive editor actions on localhost.
- Configured stdio MCP server for Godot editor proxy
- Agent-accessible Godot editor tool calls
- Faster iterate loop between chat and open Godot project
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the integration targets active Godot project work inside the editor, not distribution or live ops. Agent-tooling captures a stdio MCP adapter meant for AI-driven Godot Editor automation on localhost.
How it compares
Godot editor MCP stdio adapter, not a packaged game template or asset store skill.
Common Questions / FAQ
Who is Funplay Godot MCP for?
Solo Godot creators who run FunplayAI’s editor MCP locally and want agent access through standard MCP clients.
When should I use Funplay Godot MCP?
While building gameplay or editor utilities when you want the agent to execute Godot editor operations via MCP tools.
How do I add Funplay Godot MCP to my agent?
Launch the Godot Editor MCP HTTP server, install funplay-godot-mcp from npm, set FUNPLAY_GODOT_MCP_URL or GODOT_MCP_URL, and add stdio MCP config to your agent.