MCP Catalogs
首页

godot-mcp-pro

by youichi-uda·340·综合分 52

高级MCP服务器,提供172个工具,支持AI驱动的Godot 4游戏开发,具有实时编辑器集成功能。

developer-toolsai-llmproductivity
48
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Godot MCP Pro是一款高级MCP服务器,通过WebSocket连接将AI助手直接连接到Godot编辑器。它提供全面的工具覆盖,包括场景管理、3D操作、动画、脚本编写、运行时分析等。服务器架构确保即时反馈,无需文件轮询,利用Godot的编辑器API、撤销重做系统和场景树访问。该产品采用一次性购买模式,提供终身更新,包括Godot插件和Node.js服务器组件。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI辅助的Godot游戏开发,直接控制编辑器
:通过AI代理自动化场景创建和节点操作
:实时Godot项目的运行时分析和调试
:这个产品是免费还是付费的?
:可用的工具有多少?

什么时候选它

希望直接通过 AI 与游戏引擎交互以实现开发、测试和创意辅助的 Godot 开发者,可选择这个维护良好的付费 MCP 服务器。

什么时候不要选它

预算有限的开发者或偏爱开源解决方案的用户不适合选择,因为这是需要付费的高级产品,没有免费版本。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • get_project_info

    Get project metadata, version, viewport, and autoloads

  • get_scene_tree

    Get the live scene tree with hierarchy

  • add_node

    Add a new node with specified type and properties

  • read_script

    Read the content of a script file

  • simulate_key

    Simulate a keyboard key press or release

  • execute_game_script

    Run GDScript in the game context

  • get_node_properties

    Get all properties of a specific node

  • create_animation

    Create a new animation in AnimationPlayer

  • tilemap_set_cell

    Set a single tile cell in a TileMap

  • get_performance_monitors

    Get all performance monitors including FPS, memory, and physics

  • find_nodes_by_type

    Find all nodes of a specific type in the scene

  • create_shader

    Create a new shader file with template

可对比工具

godot-mcpgodot-editor-assistantshell-mcpgodot-script-assistant

安装

安装

  1. 安装Godot插件:

- 将addons/godot_mcp/文件夹复制到Godot项目的addons/目录中 - 启用插件:**Project → Project Settings → Plugins → Godot MCP Pro → Enable**

  1. 安装MCP服务器(需要付费包):

``bash cd server npm install npm run build ``

  1. .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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。