Skip to main content
GamingTypeScript

Coding-Solo/godot-mcp

A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.

gaminglocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Coding-Solo/godot-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Coding-Solo/godot-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Gaming
Language
TypeScript
Author
Coding-Solo