- Home
- MCP servers
- Godot Docs
Godot Docs
- typescript
16
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nuskey8-godot-docs-mcp": {
"command": "npx",
"args": [
"@nuskey8/godot-docs-mcp@latest",
"-y"
]
}
}
}Godot Docs MCP is an MCP server specialized for searching the Godot documentation site. It enables AI agents to retrieve up-to-date information from the latest Godot docs quickly and efficiently.
How to use
You can use the Godot Docs MCP with compatible MCP clients to search and fetch Godot documentation pages. The following options are commonly available:
How to install
Prerequisites: Install Node.js 18 or later. You may also run MCP servers with Deno if you prefer.
Install and configure the MCP server using one of the supported clients. Use the commands shown below as examples based on your preferred environment.
{
"servers": {
"godot_docs_mcp_vscode": {
"command": "npx",
"args": [
"@nuskey8/godot-docs-mcp@latest",
"-y"
]
}
}
}
Additional configuration and usage notes
This MCP server provides tools to search and retrieve Godot documentation content. Configure your MCP client to point at the Godot Docs MCP server configuration shown above. If you use a different MCP client, adapt the command accordingly and ensure the exact arguments match the specified values.
Tools and endpoints
The following tools are available from this MCP server to interact with Godot documentation:
- 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.
Available tools
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