# dubzzz/fast-check | Model Context Protocol (MCP) Server > Property based testing framework for JavaScript (like QuickCheck) written in TypeScript - **Stars**: ⭐ 5,082 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fast-check": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fast-check" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fast-check": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fast-check" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fast-check` - **Docker**: `docker run -i --rm mcp/fast-check`