MCP Evals CLI
Run MCP evals via CLI. We are working on maturing the CLI before building our GUI.MCPJam Evals CLI
Start testing your MCP servers immediately
How MCP E2E Testing Works
E2E testing simulates real user workflows by testing complete chains of interactions. For MCP servers, this means testing how they work when used by actual LLMs and agents in real-world scenarios.Why Test MCP Servers Differently?
- APIs are consumed by other APIs or web clients
- MCP servers are consumed by LLMs and agents (like Claude Desktop, Cursor)
- We need to simulate the actual user environment where MCP servers operate
How It Works
- Setup: Connect your MCP server to a testing agent
- Simulate: Configure the agent to behave like a real user (e.g., Claude Desktop)
- Test: Have the agent run realistic user queries
- Verify: Check the agent’s trace to confirm correct tool usage