Skip to main content
Glama

Godot MCP server NPM Version

A Model Context Protocol (MCP) server that provides AI assistants with tools to interact with Godot projects. This server enables starting, stopping, and capturing output from Godot projects, as well as capturing screenshots for visual debugging and analysis.

Features

  • Tools: Run/stop Godot projects, search scenes by node type/name/properties, capture screenshots

  • Resources: Browse scenes and .tres files, query by resource type, monitor running projects with output streams

Related MCP server: MCP Browser Server

Prerequisites

  • Node 22+

  • Godot must be installed and accessible

  • GODOT_PATH environment variable must be configured

MCP configuration

Add this server to your .mcp.json:

{
  "mcpServers": {
    "godot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@fernforestgames/mcp-server-godot",
        "/path/to/your/godot/project"
      ],
      "env": {
        "GODOT_PATH": "/path/to/godot/executable"
      }
    }
  }
}

License

Released under the MIT License. See the LICENSE file for details.

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

Maintenance

Maintainers
Response time
2dRelease cycle
5Releases (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

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with the Godot game engine, allowing them to launch the editor, run projects, capture debug output, and control project execution.
    Last updated
    14
    180
    4,992
    MIT
  • 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.
    Last updated
    33
    21
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

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

  • A Model Context Protocol server for Wix AI tools

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/fernforestgames/mcp-server-godot'

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