Opik MCP Server

The official Model Context Protocol (MCP) server for Opik, the open-source LLM observability and evaluation platform, built by Comet. Plug your AI host (Claude Code, Cursor, VS Code Copilot, Codex, opencode, or any MCP client) directly into your Opik workspace: read traces, log scores, and save prompt versions, all from the chat. It runs locally over stdio via the published package.

People who work with llm observability and opik and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 219 · #14 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Opik MCP Server

before you install - you'll need

Set OPIK_API_KEY, OPIK_MCP_ANALYTICS_SOURCE before connecting. OPIK_WORKSPACE, COMET_URL_OVERRIDE are optional or environment-specific per the README.

Claude Code

claude mcp add comet-ml-opik-mcp -- npx -y opik-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "comet-ml-opik-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opik-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package opik-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.comet-ml is GitHub-verified and matches the repo owner

03 · What Opik MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including read_skill.

The 1 tools it gives your agent

Extracted from the project's README - what Opik MCP Server lets an agent do.

read_skill
- Read one of the Opik agent skills bundled with this server

Latest releases

0.2.35 · 2026-09-14

[OPIK-8369] list('test_suite_item'): columns from the items' data keys, cuts declared

0.2.34 · 2026-09-11

[OPIK-8310] Diagnostics disabled: explain the empty issue list, and let the agent turn it on · [OPIK-8284] Project overview in read('project'), and one metric over time in list('project_metric')

0.2.33 · 2026-09-08

[OPIK-8282] docs: lead with uvx opik mcp configure, keep manual install as fallback · [OPIK-8283] Search across traces, spans, threads and experiments through list · [OPIK-8285] Expose Diagnostics (Agent Insights)…

04 · Who maintains Opik MCP Server

Opik MCP Server is maintained by comet-ml. It's the only MCP server we track from this author; the repo dates to Mar 2025.

05 · Facts

category
DevOps & monitoring - ranked #14 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.comet-ml/opik-mcp (active, first published 2025-11-13 · 4 versions)
packages
npm:opik-mcp

06 · Opik MCP Server FAQ

What is Opik MCP Server?

The official Model Context Protocol (MCP) server for Opik, the open-source LLM observability and evaluation platform, built by Comet. Plug your AI host (Claude Code, Cursor, VS Code Copilot, Codex, opencode, or any MCP client) directly into your Opik workspace: read traces, log scores, and save prompt versions, all from the chat. It runs locally over stdio via the published package.

Is Opik MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Opik MCP Server?

Run `npx -y opik-mcp`. The README documents 4 environment variables (OPIK_API_KEY, OPIK_WORKSPACE, COMET_URL_OVERRIDE…) to set first. Set OPIK_API_KEY, OPIK_MCP_ANALYTICS_SOURCE before connecting. OPIK_WORKSPACE, COMET_URL_OVERRIDE are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Opik MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Opik MCP Server