Claude Desktop — copy-paste config

Paste this snippet in your claude_desktop_config.json to expose Natalia Analytics as an MCP server in Claude Desktop.

Where is the config file?

  • macOS : ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows : %APPDATA%\Claude\claude_desktop_config.json
  • Linux : ~/.config/Claude/claude_desktop_config.json

Snippet to paste

{
  "mcpServers": {
    "natalia": {
      "transport": {
        "type": "http",
        "url": "https://<vm-ip-or-fqdn>:8443/mcp",
        "headers": {
          "Authorization": "Bearer <your-mcp-token>"
        }
      }
    }
  }
}

Verify the connection

  1. Save the file and fully quit Claude Desktop (not just close the window).
  2. Restart Claude Desktop.
  3. In the bottom bar, click the tools icon. You should see the natalia server listed with 6 tools available.
  4. Ask a test question: "How many CDR were collected yesterday?".

Self-signed certificate?

By default, the appliance ships with a self-signed TLS certificate. To trust it on the client machine without disabling TLS verification, either (a) replace the appliance certificate with one issued by your internal CA via the admin UI, or (b) export the appliance certificate and add it to the system trust store of the client OS.