by nuskey8
Access the complete Godot documentation with easy search and clean Markdown content. Get fast info on Godot classes and
Provides AI agents direct access to search and retrieve complete Godot game engine documentation, converting HTML docs to clean Markdown format.
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.
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.
MIT
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.
Fetch and extract information from websites automatically
Example
Research competitor pricing, scrape product reviews, monitor news mentions
Automate 5-10 hours/week of manual web research
Track website changes, new content, price updates
Example
Monitor competitor blog for new posts, track stock availability, watch for pricing changes
Stay informed without manual checking, never miss important updates
Extract structured data from multiple websites
Example
Compile product listings from 10 e-commerce sites, aggregate job postings, collect real estate data
Build datasets 100x faster than manual copying
Share your MCP server with the developer community
We evaluated Godot Documentation against two servers with overlapping tools; this profile had the clearer scope statement.
Godot Documentation has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Godot Documentation is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
Godot Documentation is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
Strong directory entry: Godot Documentation surfaces stars and publisher context so we could sanity-check maintenance before adopting.
We evaluated Godot Documentation against two servers with overlapping tools; this profile had the clearer scope statement.
We wired Godot Documentation into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
According to our notes, Godot Documentation benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
Godot Documentation has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Godot Documentation reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
showing 1-10 of 67
MCP server for searching Godot documentation
English | 日本語
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.

[!NOTE] If you use Deno, replace the command with
deno run jsr:@nuskey8/godot-docs-mcp.
Add the following to .vscode/mcp.json:
{
"servers": {
"godot-docs": {
"command": "npx",
"args": [
"@nuskey8/godot-docs-mcp@latest",
"-y"
]
}
}
}
Run the following command:
claude mcp add godot-docs -s project -- npx -y @nuskey8/godot-docs-mcp@latest
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.
For other tools, please refer to the documentation as needed and add an MCP server that runs the command npx @nuskey8/godot-docs-mcp.
| 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 |
This library is provided under the MIT License.
Interact with services that don't offer APIs
Example
Check form submissions, validate website functionality, test user flows
Automate interactions with any website, even without API
Prerequisites
Time Estimate
20-40 minutes including configuration and testing
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
MCP server handles HTTP requests, HTML parsing, JavaScript rendering (if headless browser), and returns structured data to Claude.
Protocols
Compatibility
✓ Use when
Use for research automation, content monitoring, data aggregation from multiple sources, and when official APIs don't exist. Best for read-only information gathering.
✗ Avoid when
Avoid for sites with APIs (use API instead), sites that explicitly forbid scraping, when data is copyrighted, or for login-required content without proper authorization.