Skip to main content
Glama

Godot Docs MCP

by nuskey8

Godot Docs MCP

MCP server for searching Godot documentation

English | 日本語

Overview

Godot Docs MCP is an MCP server specialized for searching the Godot documentation site. By using this, AI Agents can retrieve necessary information from the latest documentation.

Requirements

  • Node.js 18 or later, or Deno

  • MCP clients such as VS Code, Cursor, Claude Desktop, etc.

Setup

NOTE

If you use Deno, replace the command withdeno run jsr:@nuskey8/godot-docs-mcp.

Visual Studio Code (VSCode)

Add the following to .vscode/mcp.json:

{ "servers": { "godot-docs": { "command": "npx", "args": [ "@nuskey8/godot-docs-mcp@latest", "-y" ] } } }

Claude Code

Run the following command:

claude mcp add godot-docs -s project -- npx -y @nuskey8/godot-docs-mcp@latest

Cursor

You can install by pressing the button below:

Install MCP Server

Or, go to Cursor Settings > MCP > Add new MCP Server and add an MCP server that runs the command npx @nuskey8/godot-docs-mcp.

Others

For other tools, please refer to the documentation as needed and add an MCP server that runs the command npx @nuskey8/godot-docs-mcp.

Tools

Name

Description

godot_docs_search

Search across all Godot documentation for classes, tutorials, and guides

godot_docs_get_page

Get the full content of a specific Godot documentation page

godot_docs_get_class

Get detailed information about a specific Godot class

License

This library is provided under the MIT License.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables AI agents to search and retrieve information from the official Godot game engine documentation. Provides tools to search documentation, get page content, and access detailed class information.

  1. Overview
    1. Requirements
      1. Setup
        1. Visual Studio Code (VSCode)
        2. Claude Code
        3. Cursor
        4. Others
      2. Tools
        1. License

          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/nuskey8/godot-docs-mcp'

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