hypothesis

GitHub

The property-based testing library for Python

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "hypothesis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hypothesis"
      ]
    }
  }
}