MCPBench

The evaluation benchmark on MCP servers

GitHub Stars

201

User Rating

Not Rated

Favorites

0

Views

279

Forks

11

Issues

6

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.11 or higher
Node.js: Latest version
jq: Latest version

Installation Steps

1. Create Environment

bash
conda create -n mcpbench python=3.11 -y
conda activate mcpbench

2. Install Dependencies

bash
pip install -r requirements.txt

Troubleshooting

Common Issues

Issue: Failed to install dependencies Solution: Check the versions of Python and Node.js and reinstall if necessary.

Additional Resources