agent-mcp-tester

Seretos/agent-mcp-tester
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
E2E-tests MCP servers: LLM-driven sweeps that record repeatable test suites, plus a deterministic runner that replays them with zero LLM tokens.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install agent-mcp-tester

README Excerpt

<img src="assets/icon.png" alt="agent-mcp-tester icon" width="128"> E2E-tests MCP servers: LLM-driven sweeps that record repeatable test suites, plus a deterministic runner that replays them with zero LLM tokens. **Claude Code:** ``` /plugin marketplace add Seretos/agent-marketplace /plugin install agent-mcp-tester@agent-marketplace