Connect Claude Desktop


You need:

  1. Install Node.js

    If Node.js is not already installed, install it before continuing.

  2. Open the configuration file
    1. Open Claude Desktop.
    2. Open Settings.
    3. Navigate to Desktop App → Developer.
    4. Click Edit Config.

    Configuration file locations:

    OSPath
    macOS~/Library/Application Support/Claude/claude_desktop_config.json
    Windows%APPDATA%\Claude\claude_desktop_config.json
  3. Add the MCP configuration
    {
      "mcpServers": {
        "Celoxis MCP": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://hostname.domain.com/psa/mcp",
            "--header",
            "Authorization: Bearer <Your-Token>"
          ]
        }
      }
    }

    Replace the URL and token with your own values. Important:

    • Keep one space after Bearer
    • Ensure the JSON is valid
    • Do not leave trailing commas

    Save the file.

  4. Verify the connection
    1. Completely close Claude Desktop.
    2. Reopen the application.
    3. Open Settings → Developer.
    4. Verify that Celoxis MCP appears with the status Running.
    5. Start a new conversation.
    6. Ask: Who am I in Celoxis?

See also Test the Integration and Troubleshooting.