MCP Directory
Back

mcpbench

by unimcp · Makefile · ★ 6

MCPBench is the open standard for compatibility testing of various Model Context Protocol (MCP https://github.com/modelcontextprotocol) client and server SDK implementations.

Install

git clone https://github.com/unimcp/mcpbench.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcpbench": {
      "command": "npx",
      "args": [
        "-y",
        "github:unimcp/mcpbench"
      ]
    }
  }
}

From the README

MCPBench is the open standard for compatibility testing of various Model Context Protocol (MCP https://github.com/modelcontextprotocol) client and server SDK implementations. As the MCP ecosystem grows, not every server or client will be written in the same language, creating an N×N compatibility matrix where N represents the number of language SDKs available. Our goal is to ensure seamless interoperability between different MCP implementations, regardless of the programming language used. **Initial SDK Support:** - Python SDK (Official) - TypeScript SDK (Official) - Rust SDK (Official) **…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers