Skip to main content
Glama

🇫🇷 Français · 🇬🇧 English


godot-mcp

Pont MCP entre un assistant IA et l'éditeur Godot.

Assistant IA <---stdio/MCP---> godot-mcp <---WebSocket:6505---> Plugin Godot

6 outils MCP pour piloter l'éditeur : godot_call (175+ méthodes), godot_list_methods, godot_info, godot_screenshot, godot_execute, godot_status.

Installation

1. Plugin Godot

Copiez le dossier plugin/ dans addons/godot_mcp/ de votre projet Godot.

votre-projet/
└── addons/
    └── godot_mcp/       ← copiez plugin/ ici

Activez-le : Projet → Paramètres du projet → Plugins → godot-mcp → Activer

2. Serveur

npm install && npm run build && npm start

3. Client MCP

Ajoutez à la config de votre client IA (.mcp.json, claude.json, opencode.json) :

{
  "mcpServers": {
    "godot-mcp": {
      "command": "node",
      "args": ["/chemin/vers/godot-mcp/dist/index.js"]
    }
  }
}

Related MCP server: Gear

Outils

Outil

Description

godot_call

Appelle n'importe quelle méthode (175+)

godot_list_methods

Liste les méthodes par catégorie

godot_info

Infos projet

godot_screenshot

Capture éditeur en PNG

godot_execute

Exécute du GDScript

godot_status

Vérifie la connexion

Arborescence

godot-mcp/
├── plugin/              ← Plugin Godot (à copier dans votre projet)
├── src/index.ts         ← Serveur MCP (Node.js)
├── package.json
├── tsconfig.json
├── README.md
└── LICENSE              ← MIT

Licence

MIT

Ce plugin Godot dérive de godot-mcp-pro (Youichi Uda, MIT).


godot-mcp

MCP bridge between an AI assistant and the Godot editor.

AI Assistant <---stdio/MCP---> godot-mcp <---WebSocket:6505---> Godot Plugin

6 MCP tools to control the editor: godot_call (175+ methods), godot_list_methods, godot_info, godot_screenshot, godot_execute, godot_status.

Setup

1. Godot Plugin

Copy the plugin/ folder into your project's addons/godot_mcp/.

your-project/
└── addons/
    └── godot_mcp/       ← copy plugin/ here

Enable it: Project → Project Settings → Plugins → godot-mcp → Enable

2. Server

npm install && npm run build && npm start

3. MCP Client

Add to your AI client config (.mcp.json, claude.json, opencode.json):

{
  "mcpServers": {
    "godot-mcp": {
      "command": "node",
      "args": ["/path/to/godot-mcp/dist/index.js"]
    }
  }
}

Tools

Tool

Description

godot_call

Call any method (175+)

godot_list_methods

List methods by category

godot_info

Project info

godot_screenshot

Editor screenshot in PNG

godot_execute

Run GDScript

godot_status

Check connection

Structure

godot-mcp/
├── plugin/              ← Godot plugin (copy to your project)
├── src/index.ts         ← MCP server (Node.js)
├── package.json
├── tsconfig.json
├── README.md
└── LICENSE              ← MIT

License

MIT

This Godot plugin is derived from godot-mcp-pro (Youichi Uda, MIT).

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    F
    maintenance
    Enables AI assistants to control Godot game engine projects through a WebSocket bridge. Supports scene editing, node manipulation, script management, and project introspection via 163 registered tools.
    100
    1
  • A
    license
    A
    quality
    B
    maintenance
    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.
    33
    21
    2
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Enables AI assistants to edit, run, inspect, and fix Godot 4 projects through an MCP server with dynamic tool groups and setup-gated capabilities.
    128
    236
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Provides AI assistants with tools to launch the Godot editor, run projects, manipulate scenes, manage scripts, and control node properties through a standardized MCP interface.
    21

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WindSeries69/godot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server