funplay-godot-mcp
v0.9.4
Published
stdio bridge for the local Funplay MCP for Godot editor addon.
Maintainers
Readme
Funplay Godot MCP stdio wrapper
This package bridges MCP stdio clients to the local HTTP server started by the Funplay MCP for Godot editor addon.
Usage
Start Godot, enable the addon, and make sure the Funplay MCP server is running. For local development, link the wrapper first:
npm linkThen run:
funplay-godot-mcp --url http://127.0.0.1:8765/ --token <token>You can also configure the endpoint and local auth token through environment variables:
FUNPLAY_GODOT_MCP_URL=http://127.0.0.1:8765/ FUNPLAY_GODOT_MCP_TOKEN=<token> funplay-godot-mcpMCP client config
{
"mcpServers": {
"funplay": {
"command": "funplay-godot-mcp",
"env": {
"FUNPLAY_GODOT_MCP_URL": "http://127.0.0.1:8765/",
"FUNPLAY_GODOT_MCP_TOKEN": "<token from Funplay MCP dock>"
}
}
}
}