Godot Docs MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables intelligent access to React Native Godot documentation, examples, API references, and troubleshooting guides through searchable tools optimized for LLM workflows.Last updated6
- Alicense-qualityCmaintenanceEnables searching and retrieving Godot Engine documentation across multiple versions (stable, latest, 4.3-4.5) using fuzzy search, returning documentation content as markdown.Last updated25MIT
- 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.Last updated2MIT
- Alicense-qualityDmaintenanceProvides 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.Last updated69MIT
Related MCP Connectors
Get up-to-date, version-specific documentation and code examples from official sources directly in…
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
The best web search for your AI Agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nuskey8/godot-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server