Funplay Godot MCP is a Model Context Protocol (MCP) server: stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp. Because it speaks the Model Context Protocol, AI assistants can use Funplay Godot MCP as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package funplay-godot-mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need FUNPLAY_GODOT_MCP_TOKEN. The current release is v0.10.0, published under the MIT license, with source at FunplayAI/funplay-godot-mcp on GitHub, where it has earned 36 stars.
On mcp.site, Funplay Godot MCP sits in the Development category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Funplay Godot MCP for FunplayAI, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — funplay-godot-mcp · MCP over stdio
▸Credentials — Requires FUNPLAY_GODOT_MCP_TOKEN
▸Open source — MIT license · FunplayAI/funplay-godot-mcp