Connect Cursor
Use the Cursor Desktop application only.
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.json Windows %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
-
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.