mcp-tester

ytkoka/mcp-tester
★ 0 stars HTML Code/Dev Tools Updated 10d ago
MCP server testing tool
View on GitHub → 🔍 Audit Wallet Slippage →

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-tester": {
      "command": "npx",
      "args": [
        "-y",
        "ytkoka/mcp-tester"
      ]
    }
  }
}