Overview
Opik MCP Server is an open-source implementation of the Model Context Protocol for the Opik platform. It provides a unified interface for interacting with Opik's capabilities, supporting multiple transport mechanisms to enable flexible integration into diverse environments. The server is designed to facilitate IDE integration (notably with Cursor) and offers a standardized API to access Opik features via different transports, such as standard input/output and Server-Sent Events (SSE, experimental). It aims to support platform management tasks by exposing a consistent interface for prompts, projects/workspaces, traces, and metrics. The Quick Start and documentation describe running the server in stdio mode by default, or SSE for network access (experimental), with configuration via a .env file. The project supports integration examples and IDE workflows, and emphasizes a multi-transport approach while noting SSE transport as experimental. Overall, Opik MCP Server enables unified access to Opik capabilities through a shared MCP interface suitable for IDEs and other tooling.
Features
Prompts Management
Create, list, update, and delete prompts
Projects/Workspaces Management
Organize and manage projects
Traces
Track and analyze trace data
Metrics
Gather and query metrics data




