Godot-MCP-Native

yurineko73/Godot-MCP-Native
★ 522 stars GDScript AI/LLM Updated today
一款支持godot开源引擎的的mcp插件,支持常见godot引擎操作,使用Godot原生实现MCPServer,无需安装依赖,开箱即用,支持多种AI工具调用。An MCP plugin that supports the open-source Godot engine, enabling common Godot engine operations. It implements the MCP Server using Godot's native HTTP, requires no dependency installation, is ready to use out of the box, and supports invocation by various AI tools.
View on GitHub → 🔍 Audit Wallet Slippage →

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-native": {
      "command": "npx",
      "args": [
        "-y",
        "yurineko73/Godot-MCP-Native"
      ]
    }
  }
}

README Excerpt

A powerful Godot Engine plugin that integrates AI assistants (Claude, etc.) via the Model Context Protocol (MCP). Enable AI to directly read and modify your Godot projects - scenes, scripts, nodes, and resources - all through natural language. - **Full Project Access**: AI assistants can read and modify scripts, scenes, nodes, and resources

Tools (1)

stdio