Skip to content
Zed

Applitools for Zed

io.github.applitools/applitools

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

client:Zed transport:stdio runtime:npm

Install Applitools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Applitools in other clients