npx. Both need a Calibrate API key — create one under
Workspace settings → API keys.
Config file locations
Where each client stores its MCP config:- macOS
- Windows
- Linux
- Claude Desktop —
~/Library/Application Support/Claude/claude_desktop_config.json - Cursor —
~/.cursor/mcp.json(or.cursor/mcp.jsonin a project) - Claude Code —
~/.claude.json(or.mcp.jsonin a project)
Hosted server (recommended)
Point your client at the managed endpointhttps://mcp.calibrate.artpark.ai/mcp via
mcp-remote, passing your API key in
the X-API-Key header. Nothing to install or keep updated.
- Claude Desktop
- Cursor
- Claude Code
Add to
claude_desktop_config.json (see paths above):Local server (npx)
Run the server on your own machine from the@dalmia/calibrate-mcp
package. It talks directly to the Calibrate API — no mcp-remote in between.
- Claude Desktop
- Cursor
- Claude Code
Add to
claude_desktop_config.json (see paths above):Environment variables
For self-hosted Calibrate deployments, run the local server with
--server-url
pointing at your API instance: