★ 0 stars
JavaScript
📁 File System
Updated today
MCP server that gives Claude Desktop full control over Godot projects – create/edit files, install addons, organise folders, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"godot-mcp-server": {
"command": "npx",
"args": [
"-y",
"Salaou-Hasan/Godot-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add godot-mcp-server npx -y Salaou-Hasan/Godot-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"godot-mcp-server": {
"command": "npx",
"args": [
"-y",
"Salaou-Hasan/Godot-MCP-Server"
]
}
}
}