Back to Apps

Opik MCP
by comet-ml
Unified IDE integration for Opik prompt lifecycle management, trace exploration, and LLM metrics.
0 stars
Works in:CursorVS Code CopilotWindsurf
Exposes:ToolsResourcesPrompts
What it does
Opik MCP Server connects your AI IDE to Opik, providing a seamless interface for prompt engineering and LLM observability. It allows developers to manage prompt versions, explore traces, and analyze metrics directly from their coding environment without switching contexts.
Tools
core: Basic workspace and project exploration.integration: Seamless integration with LLM workflows.expert-prompts: Advanced prompt versioning and optimization.expert-datasets: Dataset management and evaluation.metrics: Trace analysis and performance tracking.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"opik": {
"command": "npx",
"args": ["-y", "opik-mcp", "--apiKey", "YOUR_API_KEY"]
}
}
}
Supported hosts
Confirmed support for Cursor, VS Code Copilot, and Windsurf.
Quick install
npx -y opik-mcp --apiKey YOUR_API_KEYInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{"mcpServers": {"opik": {"command": "npx", "args": ["-y", "opik-mcp", "--apiKey", "YOUR_API_KEY"]}}}Windsurf
{"mcpServers": {"opik": {"command": "npx", "args": ["-y", "opik-mcp", "--apiKey", "YOUR_API_KEY"]}}}Claude Desktop
{"mcpServers": {"opik": {"command": "npx", "args": ["-y", "opik-mcp", "--apiKey", "YOUR_API_KEY"]}}}VS Code Copilot
Add to .vscode/mcp.json using npx -y opik-mcp --apiKey ${input:opik-api-key}





