MCP Server
MCP server implementation for Arize Phoenix providing unified interface to Phoenix's capabilities.
Last updated
Was this helpful?
MCP server implementation for Arize Phoenix providing unified interface to Phoenix's capabilities.
Last updated
Was this helpful?
Phoenix MCP Server is an implementation of the Model Context Protocol for the Arize Phoenix platform. It provides a unified interface to Phoenix's capabilites.
You can use Phoenix MCP Server for:
Prompts Management: Create, list, update, and iterate on prompts
Datasets: Explore datasets, and syntesize new examples
Experiments: Pull experiment results and visualize them with the help of an LLM
Don't see a use-case covered? @arizeai/phoenix-mcp
is open-source! Issues and PRs welcome.
This MCP server can be used using npx
and can be directly integrated with clients like Claude Desktop, Cursor, and more.
This package is managed via a pnpm workspace.
This only needs to be repeated if dependencies change or there is a change to the phoenix-client.
To build the project:
To run in development mode:
You can build and run the MCP inspector using the following:
When developing, the server requires the following environment variables:
PHOENIX_API_KEY
: Your Phoenix API key
PHOENIX_BASE_URL
: The base URL for Phoenix
Make sure to set these in a .env
file. See .env.example
.
Apache 2.0