Arize Phoenix MCP

AIhttp-streamingstdio
Repository

Arize AI's Phoenix, an open-source AI observability and evaluation platform, exposes a remote MCP endpoint that connects agents directly to a Phoenix instance. Lets assistants query OpenTelemetry traces and spans from LLM applications, inspect datasets and experiments, review evaluation results, and investigate latency or quality regressions.

Connect

Add this configuration to .claude/mcp.json

Transport:
{
  "mcpServers": {
    "arize-phoenix": {
      "url": "https://github.com/Arize-ai/phoenix",
      "env": {
        "PHOENIX_COLLECTOR_ENDPOINT": "<YOUR_PHOENIX_COLLECTOR_ENDPOINT>",
        "PHOENIX_API_KEY": "<YOUR_PHOENIX_API_KEY>"
      }
    }
  }
}

Tools (2)

query_spans

Query spans and traces recorded from an LLM application.

{
  "type": "object",
  "required": [
    "project_name"
  ],
  "properties": {
    "project_name": {
      "type": "string",
      "description": "Phoenix project name"
    },
    "filter_condition": {
      "type": "string",
      "description": "Optional filter expression over span attributes"
    }
  }
}

list_experiments

List experiments and their evaluation results for a dataset.

{
  "type": "object",
  "required": [
    "dataset_name"
  ],
  "properties": {
    "dataset_name": {
      "type": "string",
      "description": "Dataset name"
    }
  }
}

Resources

This server does not expose any resources.

Prompts

This server does not expose any prompts.

Server information

Author
Arize AI (@Arize-ai)
Repository
https://github.com/Arize-ai/phoenix
License
Elastic-2.0
Stars
0
Last updated
August 3, 2026