mcp-usability-test

jeff-grover/mcp-usability-test
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Dual-LLM harness for testing MCP server usability — two local LLM agents converse to evaluate tool interface UX
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-usability-test": {
      "command": "uvx",
      "args": [
        "mcp-usability-test"
      ]
    }
  }
}

Or install with pip: pip install mcp-usability-test