Menu

Arize Phoenix MCP Server

Local
by: Arize-ai
|
category: AI Systems
|
2025.07.04 updated

Phoenix MCP Server is an implementation of the Model Context Protocol that provides a unified interface to the capabilities of the Arize Phoenix platform, enabling prompts management, dataset exploration and synthesis, and experiment visualization with the help of a language model.

Step 1: 生成 Stdio 配置
sign in
You must sign in before generating the URL

Arize Phoenix logo
Arize Phoenix MCP Server

License

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:

  • Projects Management: List and explore projects that organize your observability data
  • Spans & Annotations: Retrieve spans and their annotations for analysis and debugging
  • 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.

Installation

This MCP server can be used using npx and can be directly integrated with clients like Claude Desktop, Cursor, and more.

{
  "mcpServers": {
    "phoenix": {
      "command": "npx",
      "args": [
        "-y",
        "@arizeai/phoenix-mcp@latest",
        "--baseUrl",
        "https://my-phoenix.com",
        "--apiKey",
        "your-api-key"
      ]
    }
  }

Development

Install

This package is managed via a pnpm workspace.

// From the /js/ directory
pnpm install
pnpm build

This only needs to be repeated if dependencies change or there is a change to the phoenix-client.

Building

To build the project:

pnpm build

Development Mode

To run in development mode:

pnpm dev

Debugging

You can build and run the MCP inspector using the following:

pnpm inspect

Environment Variables

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.

License

Apache 2.0

Related MCP Servers

Deepseek R1
Local

by: 66julienmartin

A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)

AI Systems|2025.07.04 updated

Qwen Max
Local

by: 66julienmartin

A Model Context Protocol (MCP) server implementation for the Qwen models.

AI Systems|2025.07.04 updated

gotoHuman MCP Server
Local

by: gotohuman

Let your **AI agents ask for human reviews** in gotoHuman via MCP.

AI Systems|2025.07.04 updated

thirdweb MCP Server
Local

by: thirdweb-dev

Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb

AI Systems|2025.07.04 updated