Analytics
Trust: 47/100 (Fair)Opik MCP Server Guide
Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.
199 starsby comet-ml
Quick Start
Install
npx opik-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-comet-ml-opik-mcp": {
"command": "npx",
"args": [
"opik-mcp"
]
}
}
}