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 claude_desktop_config.json
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 under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.