MCP Directory
Back

opik-mcp

by comet-ml · Python · ★ 211

Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.

#generative-ai#mcp-server#modelcontextprotocol#typescript

Install

pip install git+https://github.com/comet-ml/opik-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "opik-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/comet-ml/opik-mcp.git"
      ]
    }
  }
}

From the README

> **Migrating from the old ?** The TypeScript server is deprecated > and sunsets on **2026-11-15**. Swap for **** > in your MCP client config. Full guide: [](./legacy/typescript/MIGRATION.md). **Model Context Protocol server for [Opik](https://www.comet.com/opik) + Ollie.** Plug your AI host (Claude Code, Cursor, VS Code Copilot, MCP Inspector) directly into your Opik workspace — read traces, log scores, save prompt versions, and ask Ollie investigative questions, all from the chat. Built for LLM engineers who already run Opik and want to drive it from the same AI assistant they code with.…
Read full README on GitHub →

Related developer tools servers