Model Context Protocol (MCP) server configuration and tool manifest for confident-ai/deepeval
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"deepeval": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deepeval"
]
}
}
}