gaming

Godot Mcp

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

typescript
local
gaming
0
View on GitHub

Installation

npx -y Coding-Solo/godot-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/Coding-Solo/godot-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub