Skip to content
VS Code

Applitools for VS Code

io.github.applitools/applitools

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

client:VS Code transport:stdio runtime:npm

Install Applitools in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Applitools in other clients