npx so you don’t have to install anything globally — the
first run downloads @insito/mcp
and caches it. Replace insk_your_key_here with the key you created under
Settings → API keys.
Claude Desktop
Open Settings → Developer → Edit Config (this opensclaude_desktop_config.json) and add an insito entry:
claude_desktop_config.json
Cursor
Add the same block to~/.cursor/mcp.json (available in every project) or
.cursor/mcp.json in a single project:
.cursor/mcp.json
Configuration reference
Every option can be set as an environment variable or a CLI flag (passed inargs). Flags win over environment variables.
Verify it works
Ask your agent:List my Insito apps.It should call
list_apps and return your workspace’s apps. If you get an
authentication error, re-check the key in
Settings → API keys.