loading…
Search for a command to run...
loading…
An MCP server that enables AI assistants to directly run, inspect, modify, and debug Godot game development projects through 110+ tools covering scenes, scripts
An MCP server that enables AI assistants to directly run, inspect, modify, and debug Godot game development projects through 110+ tools covering scenes, scripts, resources, runtime debugging, and asset management.
🌐 选择语言: English | 한국어 | 简体中文 | 日本語 | Deutsch | Português
<<<<<<< HEAD Made with Godot npm
b7c8d39c507e0f317f89a940ce057846b7028fe8
Gear 让 AI 助手可以直接运行、检查、修改和调试你的 Godot 项目。
npx -y gear
或全局安装:
npm install -g gear-godot-mcp
gear
在 Claude Desktop 等客户端的配置文件中添加:
{
"mcpServers": {
"godot": {
"command": "npx",
"args": ["-y", "gear"],
"env": {
"GODOT_PATH": "/path/to/godot"
}
}
}
}
/your/projects 目录下的所有 Godot 项目"scenes/Player.tscn,根节点用 CharacterBody2D"| 特性 | 说明 |
|---|---|
| 实时反馈 | 运行游戏、检查日志、即时修复 |
| 110+ 工具 | 覆盖场景/脚本/资源/运行时/LSP/调试/输入/资产 |
| Token 高效 | 默认仅暴露 33 个核心工具,按需激活 |
| 动态工具组 | 搜索工具时自动激活相关工具组 |
| 深度集成 | ClassDB 查询、运行时检查、断点调试 |
Gear 有三种工具暴露模式:
| 模式 | 工具数量 | 说明 |
|---|---|---|
compact (默认) |
33 核心 + 78 按需激活 | Token 高效,按需加载 |
full |
110+ | 全部暴露 |
legacy |
110+ | 与 full 相同 |
在 compact 模式下,78 个额外工具被组织成 22 个动态工具组:
| 工具组 | 工具数 | 说明 |
|---|---|---|
scene_advanced |
3 | 节点复制、重新父化、加载精灵 |
runtime |
4 | 运行时场景检查、属性修改 |
dap |
6 | 断点、单步执行、堆栈跟踪 |
lsp |
3 | 代码补全、悬停、符号列表 |
testing |
6 | 截图、输入注入 |
animation |
5 | 动画、轨道、状态机 |
resource |
4 | 材质、着色器、资源创建 |
| ... | ... | 还有更多 |
1. 自动激活 (推荐)
使用
tool.catalog搜索相关工具,匹配的工具组会自动激活
2. 手动激活
使用
tool.groups手动激活特定工具组 "激活dap工具组进行调试"
3. 停用
使用
tool.groups重置已激活的组
npx -y gear
npm install -g gear-godot-mcp
gear
git clone https://github.com/wvfp/Gear-godot-mcp.git
cd Gear-godot-mcp
npm install
npm run build
node build/index.js
| 变量 | 用途 | 默认值 |
|---|---|---|
GEAR_TOOL_PROFILE |
工具暴露模式 | compact |
GODOT_PATH |
Godot 可执行文件路径 | 自动检测 |
GODOT_BRIDGE_PORT |
Bridge 服务端口 | 6505 |
GEAR_TOOLS_PAGE_SIZE |
工具列表分页大小 | 33 |
DEBUG |
调试日志 | false |
| 问题 | 解决方案 |
|---|---|
| Godot 未找到 | 设置 GODOT_PATH 环境变量 |
| 工具列表为空 | 重启 MCP 客户端 |
| 项目路径无效 | 确认 project.godot 文件存在 |
| 运行时工具不工作 | 安装并启用 runtime addon 插件 |
| 找不到需要的工具 | 使用 tool.catalog 搜索激活相关工具组 |
MIT — 详见 LICENSE。
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"gear": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also