godot-mcp-pro
by youichi-uda·★ 340·综合分 52
高级MCP服务器,提供172个工具,支持AI驱动的Godot 4游戏开发,具有实时编辑器集成功能。
概述
Godot MCP Pro是一款高级MCP服务器,通过WebSocket连接将AI助手直接连接到Godot编辑器。它提供全面的工具覆盖,包括场景管理、3D操作、动画、脚本编写、运行时分析等。服务器架构确保即时反馈,无需文件轮询,利用Godot的编辑器API、撤销重做系统和场景树访问。该产品采用一次性购买模式,提供终身更新,包括Godot插件和Node.js服务器组件。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
希望直接通过 AI 与游戏引擎交互以实现开发、测试和创意辅助的 Godot 开发者,可选择这个维护良好的付费 MCP 服务器。
什么时候不要选它
预算有限的开发者或偏爱开源解决方案的用户不适合选择,因为这是需要付费的高级产品,没有免费版本。
此 server 暴露的工具
从 README 抽取出 12 个工具get_project_infoGet project metadata, version, viewport, and autoloads
get_scene_treeGet the live scene tree with hierarchy
add_nodeAdd a new node with specified type and properties
read_scriptRead the content of a script file
simulate_keySimulate a keyboard key press or release
execute_game_scriptRun GDScript in the game context
get_node_propertiesGet all properties of a specific node
create_animationCreate a new animation in AnimationPlayer
tilemap_set_cellSet a single tile cell in a TileMap
get_performance_monitorsGet all performance monitors including FPS, memory, and physics
find_nodes_by_typeFind all nodes of a specific type in the scene
create_shaderCreate a new shader file with template
可对比工具
安装
安装
- 安装Godot插件:
- 将addons/godot_mcp/文件夹复制到Godot项目的addons/目录中 - 启用插件:**Project → Project Settings → Plugins → Godot MCP Pro → Enable**
- 安装MCP服务器(需要付费包):
``bash cd server npm install npm run build ``
- 在
.mcp.json中配置Claude Code:
``json { "mcpServers": { "godot-mcp-pro": { "command": "node", "args": ["/path/to/server/build/index.js"] } } } ``
FAQ
- 这个产品是免费还是付费的?
- Godot MCP Pro是一款付费产品,采用一次性购买模式。公共仓库只包含免费的Godot插件,而MCP服务器(Node.js)作为付费包的一部分分发。
- 可用的工具有多少?
- 服务器在完整模式下提供172个工具,还有子集选项:3D模式(100个工具)、精简模式(81个工具)和极简模式(35个工具),以适应不同客户端的工具限制。
godot-mcp-pro 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。