MCPMark Installation and Deployment Methods
MCPMark offers two mainstream deployment methods:
1. Local installation (Pip method)
- Clone the repository from GitHub:
git clone https://github.com/eval-sys/mcpmark.git - Go to the project catalog:
cd mcpmark - Install the dependencies:
pip install -e .
2. Docker installation
- Build the Docker image directly after cloning the repository:
./build-docker.sh
Environment Configuration Requirements
- Support for macOS and Linux systems
- Requires Python environment
- If you need to test GitHub/Notion, you need to get the API license in advance.
After the deployment is complete, you also need to create the.mcp_envfile to configure API keys and service credentials.
This answer comes from the articleMCPMark: Benchmarking the Ability of Large Model-Integrated MCPs to Perform Intelligent Body TasksThe































