Passer au contenu principal
Base de connaissancesv15.1

Connect Claude Desktop

Add Celoxis MCP via Edit Config

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.

    Emplacements des fichiers de configuration :

    Système d'exploitationChemin
    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>" ] } } }

    Remplacez l'URL et le jeton par vos propres valeurs. Important :

    • Laissez un espace après Bearer
    • Assurez-vous que le JSON est valide
    • Do not leave trailing commas

    Enregistrez le fichier.

  4. Vérifiez la connexion
    1. Completely close Claude Desktop.
    2. Reopen the application.
    3. Open Settings → Developer.
    4. Verify that Celoxis MCP appears with the status Running.
    5. Entamez une nouvelle conversation.
    6. Question : Qui suis-je chez Celoxis ?

Voir aussi Test de l'intégration et dépannage.