pytest-mcp-tools

sinan-ozel/pytest-mcp-tools
★ 0 stars Python 💻 Code/Dev Tools Updated today
Call a live MCP server and test it live against its own contracts
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": {
    "pytest-mcp-tools": {
      "command": "uvx",
      "args": [
        "pytest-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install pytest-mcp-tools