Opik MCP Server for Claude Desktop
io.github.comet-ml/opik-mcp
Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.
client:Claude Desktop
transport:stdio
runtime:npm
Install Opik MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"opik-mcp"
],
"env": {
"OPIK_API_KEY": "<OPIK_API_KEY>",
"OPIK_API_BASE_URL": "<OPIK_API_BASE_URL>",
"OPIK_WORKSPACE_NAME": "<OPIK_WORKSPACE_NAME>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs