Serversio.cypress.mcp/cypress-cloud
C

Cypress Cloud MCP

io.cypress.mcp/cypress-cloud · v0.0.2
● Remote
v0.0.2remote🌐 https://mcp.cypress.io/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.cypress.mcp/cypress-cloud",
  "description": "Direct access to Cypress tests results and accessibility reports in your AI workflow.",
  "title": "Cypress Cloud MCP",
  "repository": {
    "url": "https://github.com/cypress-io/ai-toolkit",
    "source": "github"
  },
  "version": "0.0.2",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.cypress.io/mcp",
      "headers": [
        {
          "description": "Bearer token for Cypress Cloud MCP authentication (format: Bearer YOUR_MCP_PAT_TOKEN). This can be generated at https://cloud.cypress.io/profile",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}