Back to MCP Servers
🔌

Comet-ML/Opik-MCP

Apache-2.0API key required

🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik.

TypeScriptAI & LLMs

Install

npx -y -y opik-mcp

Required environment variables

YOUR_API_KEYSet in your MCP config
OPIK_API_KEYSet in your MCP config
REMOTE_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "comet-ml-opik-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "opik-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>",
        "OPIK_API_KEY": "<YOUR_OPIK_API_KEY>",
        "REMOTE_TOKEN": "<YOUR_REMOTE_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.