Work with your Phoenix data
Remote MCP Server — query and operate on your projects, traces, sessions, datasets, experiments, prompts, and annotations. Built into the Phoenix server at
/mcp; nothing to install.Recommended · betaSearch the Phoenix docs
Phoenix Docs MCP — let your assistant answer questions from the Phoenix documentation in real time. A hosted URL you point your client at.
For most coding-agent workflows, the
px CLI is the recommended interface — fetching traces, debugging failures, inspecting experiments, and managing datasets and prompts. Use the MCP servers for ad-hoc data access from your IDE. See Coding Agents for setting them up together.Older Phoenix versions
If your Phoenix version doesn’t yet serve the built-in/mcp endpoint, use the @arizeai/phoenix-mcp npm package — a local stdio server that connects to the same Phoenix data. It’s in maintenance mode: it still receives bug fixes, but new capabilities land in the Remote MCP Server. Prefer the Remote MCP Server whenever your Phoenix version serves /mcp.
