Connect Cursor
Add Celoxis as a global MCP server
You only need:
- Your Celoxis MCP URL
- Your Access Token
Node.js is not required.
- Open the MCP configuration
- Open Cursor.
- Open Cursor Settings.
- Select MCP.
- Add a new global MCP server.
Configuration file locations:
OS Path macOS / Linux ~/.cursor/mcp.jsonWindows %USERPROFILE%\.cursor\mcp.json - Add the MCP server
{ "mcpServers": { "Celoxis MCP": { "url": "https://hostname.domain.com/psa/mcp", "headers": { "Authorization": "Bearer <Your-Token>" } } } }Replace the URL and token with your own values. Important:
- Keep one space after
Bearer - Save the configuration file
- Ensure the JSON is valid
- Keep one space after
- Verify the connection
- Confirm that the MCP server is enabled.
- Restart Cursor if the tools do not appear.
- Start a new conversation.
- Ask: Who am I in Celoxis?
The returned user should match the owner of the access token.
See also Test the Integration and Troubleshooting.