Connect Cursor


You only need:

Node.js is not required.

  1. Open the MCP configuration
    1. Open Cursor.
    2. Open Cursor Settings.
    3. Select MCP.
    4. Add a new global MCP server.

    Configuration file locations:

    OSPath
    macOS / Linux~/.cursor/mcp.json
    Windows%USERPROFILE%\.cursor\mcp.json
  2. 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
  3. Verify the connection
    1. Confirm that the MCP server is enabled.
    2. Restart Cursor if the tools do not appear.
    3. Start a new conversation.
    4. Ask: Who am I in Celoxis?

    The returned user should match the owner of the access token.

See also Test the Integration and Troubleshooting.