Opik MCP Server
Rank #860io.github.comet-ml/opik-mcp
Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.
Opik MCP Server is a Model Context Protocol (MCP) server published by comet-ml. It ranks #860 of 115,460 servers tracked on MCP Toplist, and its repository has 217 GitHub stars. Opik MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 5 tracked versions. It was first listed on Mar 11, 2025 and most recently updated on May 29, 2026.
Ranks ahead of 114,600 of 115,460 servers on MCP Toplist.
Use Opik MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add opik-mcp -e "OPIK_API_KEY=<your OPIK_API_KEY>" -e "OPIK_API_BASE_URL=<your OPIK_API_BASE_URL>" -e "OPIK_WORKSPACE_NAME=<your OPIK_WORKSPACE_NAME>" -- npx -y opik-mcpReplace each placeholder with your own value before saving.
[mcp_servers.opik-mcp]
command = "npx"
args = ["-y", "opik-mcp"]
[mcp_servers.opik-mcp.env]
OPIK_API_KEY = "<your OPIK_API_KEY>"
OPIK_API_BASE_URL = "<your OPIK_API_BASE_URL>"
OPIK_WORKSPACE_NAME = "<your OPIK_WORKSPACE_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"opik-mcp"
],
"env": {
"OPIK_API_KEY": "<your OPIK_API_KEY>",
"OPIK_API_BASE_URL": "<your OPIK_API_BASE_URL>",
"OPIK_WORKSPACE_NAME": "<your OPIK_WORKSPACE_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"opik-mcp"
],
"env": {
"OPIK_API_KEY": "<your OPIK_API_KEY>",
"OPIK_API_BASE_URL": "<your OPIK_API_BASE_URL>",
"OPIK_WORKSPACE_NAME": "<your OPIK_WORKSPACE_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"opik-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opik-mcp"
],
"env": {
"OPIK_API_KEY": "<your OPIK_API_KEY>",
"OPIK_API_BASE_URL": "<your OPIK_API_BASE_URL>",
"OPIK_WORKSPACE_NAME": "<your OPIK_WORKSPACE_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"opik-mcp"
],
"env": {
"OPIK_API_KEY": "<your OPIK_API_KEY>",
"OPIK_API_BASE_URL": "<your OPIK_API_BASE_URL>",
"OPIK_WORKSPACE_NAME": "<your OPIK_WORKSPACE_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"opik-mcp"
],
"env": {
"OPIK_API_KEY": "<your OPIK_API_KEY>",
"OPIK_API_BASE_URL": "<your OPIK_API_BASE_URL>",
"OPIK_WORKSPACE_NAME": "<your OPIK_WORKSPACE_NAME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.comet-ml%2Fopik-mcp)<a href="https://mcptoplist.com/server/io.github.comet-ml%2Fopik-mcp"><img src="https://mcptoplist.com/badge/io.github.comet-ml%2Fopik-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
comet-ml
Other servers by comet-ml
View all comet-ml servers →Available versions (5)
| Version | Published |
|---|---|
| 2.0.2 | May 29, 2026 |
| 2.0.1 | Mar 7, 2026 |
| 2.0.0 | Feb 24, 2026 |
| 0.1.3 | Nov 13, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Opik MCP Server?
- Opik MCP Server is maintained by comet-ml, which publishes 3 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Opik MCP Server listed on the Official MCP Registry?
- Yes — Opik MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Opik MCP Server have?
- MCP Toplist tracks 5 versions of Opik MCP Server, most recently published on May 29, 2026.
- Where can I find the source code for Opik MCP Server?
- The source code for Opik MCP Server is hosted at github.com/comet-ml/opik-mcp.