HomeDevelopment › Opik MCP Server

Opik MCP Server

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

Official TypeScript CloudLocal
★ 221 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.2)

npx -y opik-mcp@2.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "opik-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opik-mcp@2.0.2"
      ],
      "env": {
        "OPIK_API_KEY": "<YOUR_VALUE>",
        "OPIK_API_BASE_URL": "<YOUR_VALUE>",
        "OPIK_WORKSPACE_NAME": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPIK_API_KEY required secret — API key from your Opik workspace for authenticating SDK calls.
  • OPIK_API_BASE_URL — Override the API base URL when using a self-hosted Opik deployment.
  • OPIK_WORKSPACE_NAME — Default workspace to scope prompt and trace operations.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry