Skip to content
Grok

Applitools for Grok

io.github.applitools/applitools

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

client:Grok transport:stdio runtime:npm

Install Applitools in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Applitools in other clients