Godot Docs MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Godot Docs MCPsearch for how to use the AnimationPlayer node"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.

Related MCP server: Godot Docs MCP
Requirements
Node.js 18 or later, or Deno
MCP clients such as VS Code, Cursor, Claude Desktop, etc.
Setup
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@latestCursor
You can install by pressing the button below:
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 |
| Search across all Godot documentation for classes, tutorials, and guides |
| Get the full content of a specific Godot documentation page |
| Get detailed information about a specific Godot class |
License
This library is provided under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.
Provides tools for searching Google Workspace documentation and much more.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables intelligent access to React Native Godot documentation, examples, API references, and troubleshooting guides through searchable tools optimized for LLM workflows.6-
- AlicenseNot gradedqualityDmaintenanceEnables searching and retrieving Godot Engine documentation across multiple versions (stable, latest, 4.3-4.5) using fuzzy search, returning documentation content as markdown.26MIT
- AlicenseAqualityDmaintenanceProvides AI assistants with direct access to the complete Godot Engine documentation, including classes, tutorials, and features. It enables developers to retrieve and analyze official documentation through natural language interfaces using the Model Context Protocol.2MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with access to the complete Godot Engine documentation, enabling developers to get answers about Godot classes, tutorials, and features directly in their chat interface.74MIT