godot-docs-mcp

nuskey8/godot-docs-mcp

3.3

If you are the rightful owner of godot-docs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Godot Docs MCP is a server designed to facilitate the search and retrieval of information from the Godot documentation site.

Tools
3
Resources
0
Prompts
0

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 with deno 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

NameDescription
godot_docs_searchSearch across all Godot documentation for classes, tutorials, and guides
godot_docs_get_pageGet the full content of a specific Godot documentation page
godot_docs_get_classGet detailed information about a specific Godot class

License

This library is provided under the .