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
Section titled “Claude Desktop”Claude Desktop uses stdio transport by default. Bridge to the remote HTTP server with mcp-remote.
Config file
Section titled “Config file”| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Configuration
Section titled “Configuration”{ "mcpServers": { "yetitech-docs": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.yetitechstudios.com" ] } }}Restart Claude Desktop after saving.
Claude Code
Section titled “Claude Code”Claude Code supports remote HTTP MCP directly — no bridge required.
One-line setup
Section titled “One-line setup”claude mcp add --transport http yetitech-docs https://mcp.yetitechstudios.comScopes
Section titled “Scopes”| Scope | Flag | Stored 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:
claude mcp add --transport http --scope user yetitech-docs https://mcp.yetitechstudios.comVerify
Section titled “Verify”claude mcp listTry it
Section titled “Try it”- “Use yetitech-docs to search for QR Code Generator Blueprint nodes”
- “List all YetiTech products in the docs”
Troubleshooting
Section titled “Troubleshooting”| Problem | Fix |
|---|---|
| Desktop: server not loading | Ensure Node.js is installed (npx works in a terminal) |
| Desktop: no tools | Fully quit and reopen Claude Desktop |
| Code: server missing | Run claude mcp list; re-run claude mcp add |
| Wrong scope | Use --scope user if you want the server in every project |
Other clients
Section titled “Other clients”Overview · Cursor · VS Code · Windsurf · Cline · Zed · Continue