godot-docs-local-mcp

NateClarkTech/godot-docs-local-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Local on-demand stdio MCP server for Godot documentation
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "godot-docs-local-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "NateClarkTech/godot-docs-local-mcp"
      ]
    }
  }
}

README Excerpt

**Local, on-demand stdio MCP server for Godot documentation search and retrieval.** Search Godot docs (titles + full page content) without needing to pre-start any server. Your AI client (Grok Build, Claude, Cursor, etc.) spawns the process only when it needs the tools and can shut it down when idle.

Tools (2)

search_docsstable