Skip to content
Cursor

Applitools for Cursor

io.github.applitools/applitools

The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes.

client:Cursor transport:stdio runtime:npm

Install Applitools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "applitools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@applitools/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Applitools in other clients