Server Directory
Developer ToolsIntermediate

Cypress

by Cypress.io

GitHub
3.2k

Cypress end-to-end testing framework integration for modern web applications. Fast, reliable testing with time travel debugging and automatic waiting.

CAPABILITIES

  • E2E test execution
  • Time travel debugging
  • Automatic retry
  • Network stubbing
  • Visual regression testing
  • CI/CD integration

INSTALLATION

Terminal
npx -y @cypress/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "cypress": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@cypress/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Developer Tools
Difficulty
Intermediate
Maintained By
Cypress.io
NPM Package
@cypress/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →