
Godot Documentation
Provides AI agents direct access to search and retrieve complete Godot game engine documentation, converting HTML docs to clean Markdown format.
Provides direct access to complete Godot game engine documentation through search, content retrieval, and class information tools that fetch and convert HTML documentation to clean Markdown format.
What it does
- Search across all Godot documentation
- Retrieve full content of specific documentation pages
- Get detailed information about Godot classes
- Convert HTML documentation to Markdown format
Best for
About Godot Documentation
Godot Documentation is a community-built MCP server published by nuskey8 that provides AI assistants with tools and capabilities via the Model Context Protocol. Access the complete Godot documentation with easy search and clean Markdown content. Get fast info on Godot classes and It is categorized under search web, developer tools.
How to install
You can install Godot Documentation in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Godot Documentation is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
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:
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.
Alternatives
Related Skills
Browse all skillsIntegrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
GPT Researcher is an autonomous deep research agent that conducts web and local research, producing detailed reports with citations. Use this skill when helping developers understand, extend, debug, or integrate with GPT Researcher - including adding features, understanding the architecture, working with the API, customizing research workflows, adding new retrievers, integrating MCP data sources, or troubleshooting research pipelines.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Interactive Archon integration for knowledge base and project management via REST API. On first use, asks for Archon host URL. Use when searching documentation, managing projects/tasks, or querying indexed knowledge. Provides RAG-powered semantic search, website crawling, document upload, hierarchical project/task management, and document versioning. Always try Archon first for external documentation and knowledge retrieval before using other sources.