Cursor
Connect Celigo Platform MCP to the Cursor editor.
Prerequisites
Cursor installed.
An integrator.io user (see Connect a client).
Connect
Add the server to your MCP config. Use ~/.cursor/mcp.json for every project, or .cursor/mcp.json in a project folder to scope it there.
{
"mcpServers": {
"celigo": {
"url": "https://api.integrator.io/celigo-mcp"
}
}
}Swap the host to target another region. See Pick your endpoint.
Open Cursor Settings > Tools & Integrations and find celigo under MCP Tools. It shows a Needs Login control — click it to open your browser. Sign in with your Celigo credentials and pick the account and environment the agent should work in. Back in Cursor, confirm the server shows a green dot and its tools are listed.
Use an API token instead
If you prefer a token, add it as a header in the same entry.
⚠️ A project
.cursor/mcp.jsonsaves your token to a checked-in file. TheAuthorizationheader, including the token, is written to the project-scoped.cursor/mcp.json. Keep that file out of version control so you never commit a live token.
Verify
In the Cursor chat (Agent mode), ask:
List my connections.
Cursor calls list_connections and reports the result.
Last updated
Was this helpful?