mcp-bench

Accenture/mcp-bench
★ 457 stars Python 🤖 AI/LLM Updated 1mo ago
MCP-Bench: Benchmarking Tool-Using LLM Agents with Complex Real-World Tasks via MCP Servers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-bench": {
      "command": "uvx",
      "args": [
        "mcp-bench"
      ]
    }
  }
}

Or install with pip: pip install mcp-bench