Stats
Actions
Tags
From better-godot-mcp
Local stdio MCP server for Godot game engine, providing tools, resources, and prompts to assist with Godot project development. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"better-godot-mcp": {
"command": "npx",
"args": [
"-y",
"@n24q02m/better-godot-mcp"
],
"env": {
"GODOT_PATH": "${user_config.GODOT_PATH}",
"MCP_TRANSPORT": "stdio",
"GODOT_PROJECT_PATH": "${user_config.GODOT_PROJECT_PATH}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
GODOT_PATH=${user_config.GODOT_PATH}MCP_TRANSPORT=stdioGODOT_PROJECT_PATH=${user_config.GODOT_PROJECT_PATH}npx claudepluginhub n24q02m/better-godot-mcp