# HypothesisWorks/hypothesis | Model Context Protocol (MCP) Server > The property-based testing library for Python - **Stars**: ⭐ 8,846 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "hypothesis": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hypothesis" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "hypothesis": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hypothesis" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-hypothesis` - **Docker**: `docker run -i --rm mcp/hypothesis`