mcp-remote
helper, authentication, and per‑client configuration steps.
Requirement | Why it’s needed |
---|---|
Node.js 18 LTS or newer | mcp-remote (and many editors) run on Node. Verify wit node --version . |
npm / npx | npx fetches mcp-remote on demand. Bundled with Node. |
Tip: If you usenvm
, runnvm install --lts
andnvm use --lts
.
mcp-remote
(optional)Important:mcp-remote
expects the server URL as the first argument (flags come after the URL). It does not implement--help
; runningmcp-remote --help
will error because--help
is treated as a URL.
Note: Replace <AUTH_TOKEN>
with your actual token.
Symptom | Remedy |
---|---|
node: command not found | Install Node ≥ 18 and ensure it’s on PATH . |
401 Unauthorized | Token expired or pasted incorrectly → regenerate. |
-y
flag?npx
skip the interactive “install this package?” prompt.
~/.cursor/mcp.json
(global) / <project>/.cursor/mcp.json
(workspace).