Install one command
$ uvx --from git+https://github.com/comet-ml/opik-mcp.git opik-mcp
Or add it with the Claude CLI: claude mcp add comet-ml-opik-mcp
Requires uvx (install via pip install uv)
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"comet-ml-opik-mcp": {
"command": "uvx",
"args": ["--from", "git+https://github.com/comet-ml/opik-mcp.git", "opik-mcp"],
"env": {
"OPIK_API_KEY": "<your-opik-api-key>",
"OPIK_WORKSPACE": "<your-opik-workspace>",
"OPIK_MCP_AS_URL": "<your-opik-mcp-as-url>",
"OPIK_MCP_ANALYTICS_ENVIRONMENT": "<your-opik-mcp-analytics-environment>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.