Odel
Applitools

Applitools

Local
@applitoolsMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@applitools/mcpv0.5.4

Run

npx -y @applitools/mcp

MCP client config

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