Skip to content

Claude

Use YetiTech Docs MCP with Claude Desktop (chat app) or Claude Code (terminal agent). Both reach the same server — only the configuration method differs.

Prerequisites: YetiTech Docs MCP overview


Claude Desktop uses stdio transport by default. Bridge to the remote HTTP server with mcp-remote.

OSPath
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"yetitech-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.yetitechstudios.com"
]
}
}
}

Restart Claude Desktop after saving.


Claude Code supports remote HTTP MCP directly — no bridge required.

Terminal window
claude mcp add --transport http yetitech-docs https://mcp.yetitechstudios.com
ScopeFlagStored in
This project only (default)--scope local~/.claude.json (per project)
All your projects--scope user~/.claude.json (global)
Shared with team--scope project.mcp.json in repo root

Example for all projects:

Terminal window
claude mcp add --transport http --scope user yetitech-docs https://mcp.yetitechstudios.com
Terminal window
claude mcp list
  • “Use yetitech-docs to search for QR Code Generator Blueprint nodes”
  • “List all YetiTech products in the docs”
ProblemFix
Desktop: server not loadingEnsure Node.js is installed (npx works in a terminal)
Desktop: no toolsFully quit and reopen Claude Desktop
Code: server missingRun claude mcp list; re-run claude mcp add
Wrong scopeUse --scope user if you want the server in every project

Overview · Cursor · VS Code · Windsurf · Cline · Zed · Continue