# cypress-io/cypress | Model Context Protocol (MCP) Server > Fast, easy and reliable testing for anything that runs in a browser. - **Stars**: ⭐ 50,944 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cypress": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cypress" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cypress": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cypress" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cypress` - **Docker**: `docker run -i --rm mcp/cypress`