Claude Code
Connect Celigo Platform MCP to Claude Code, Anthropic's CLI agent.
Prerequisites
Claude Code installed and signed in.
An integrator.io user (see Connect a client).
Connect
Add the server with one command. Claude Code stores it and reconnects automatically.
claude mcp add --transport http celigo https://api.integrator.io/celigo-mcpSwap the host to target another region. See Pick your endpoint.
Then authenticate: in a Claude Code session, run /mcp, select celigo, and choose Authenticate. Your browser opens the Celigo sign-in page. Sign in and pick the account and environment the agent should work in.
To scope the server to one project instead of your whole user account, run the add command from the project directory with --scope project, which writes it to a checked-in .mcp.json.
Confirm it registered:
claude mcp listUse an API token instead
For headless use, or if you prefer a token, pass it as a header when adding the server.
⚠️
--scope projectsaves your token to a checked-in file. TheAuthorizationheader, including the token, is written to.mcp.jsonat the project root. Keep that file out of version control so you never commit a live token.
Verify
In a Claude Code session, ask:
List my Celigo connections.
Claude Code calls list_connections, asks you to approve the tool call, and reports the result.
Last updated
Was this helpful?