G
Godot Engine Integration
Comprehensive Godot 4.x integration with live editor manipulation, E2E game testing, auto-screenshot loops, and version-aware documentation queries.
Share:
About
Comprehensive Godot 4.x integration with live editor manipulation, E2E game testing, auto-screenshot loops, and version-aware documentation queries.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Install Godot Engine Integration
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"godot-engine-integration": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-godot-engine-integration"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"godot-engine-integration": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-godot-engine-integration"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"godot-engine-integration": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-godot-engine-integration"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.