YetiTech Docs MCP
The YetiTech Docs MCP server lets AI assistants search and read docs.yetitechstudios.com directly from your editor or chat client — plugin guides, tutorials, API reference, and recent changelog entries.
Server URL: https://mcp.yetitechstudios.com
What you get
Section titled “What you get”| Tool | Purpose |
|---|---|
search_yetitech_docs | Semantic search across plugin guides, tutorials, and API reference |
fetch_yetitech_doc | Fetch a single page as plain text (by path or URL) |
list_yetitech_doc_index | Return the site llms.txt link index |
list_yetitech_products | List all YetiTech product doc slugs under /guide/ |
No API key is required for the public server.
Connect your client
Section titled “Connect your client”Pick your editor or assistant — each page has copy-paste config:
| Client | Best for | Guide |
|---|---|---|
| Cursor | AI-native IDE | Native HTTP url in mcp.json |
| Claude | Desktop chat + Claude Code CLI | mcp-remote (Desktop) or claude mcp add (Code) |
| VS Code | GitHub Copilot agent mode | .vscode/mcp.json with type: http |
| Windsurf | Codeium Cascade IDE | serverUrl in global mcp_config.json |
| Cline | Open-source VS Code agent | streamableHttp in Cline MCP settings |
| Zed | Fast Rust editor | context_servers with direct url or mcp-remote |
| Continue | Open-source VS Code / JetBrains extension | streamable-http in config.yaml |
Using something else? Any client that supports remote MCP over Streamable HTTP can point at the server URL above. Clients that only support stdio can bridge with mcp-remote (see the Claude Desktop page).
How it works
Section titled “How it works”flowchart LR Client["MCP client"] MCP["yetitech-docs-mcp Worker"] VZ["Vectorize\nyetitech-docs-index"] Site["docs.yetitechstudios.com"] Client -->|"HTTP"| MCP MCP --> VZ MCP --> Site
| Part | Role |
|---|---|
yetitech-docs-mcp Worker | MCP server — exposes search and fetch tools |
yetitech-docs-index | Search index built from this documentation site |
docs.yetitechstudios.com | Canonical HTML and llms.txt / llms-full.txt sources |
What’s included
Section titled “What’s included”Search and fetch cover everything published on this site:
- Plugin guides — setup, tutorials, Blueprint and C++ reference per product
- API reference — auto-generated class and member docs (where available)
- Changelog — recent release notes
If you also use Unreal MCP (editor) for editor automation, add it as a second MCP server — yetitech-docs for documentation, unreal-engine for the open Unreal Editor.
Troubleshooting
Section titled “Troubleshooting”| Problem | Fix |
|---|---|
| Connection refused / offline | Check https://mcp.yetitechstudios.com/health returns JSON |
| No tools listed | Restart or reload MCP in your client; confirm JSON is valid |
| Empty search results | Docs may still be ingesting — try list_yetitech_doc_index or browse Plugin guides |
| Wrong or empty answers | Confirm the yetitech-docs server is connected and tools are enabled |
Client-specific fixes are on each connect page linked above.
Related
Section titled “Related”- Ask YetiTech AI — in-browser assistant on this site
- Getting Started — install plugins and browse guides
- Unreal MCP (editor) — optional; automate the Unreal Editor