← Back to Plugins
MCP Server MCP

Applitools

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @applitools/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@applitools/mcp",
      "version": "0.5.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        },
        {
          "value": "@applitools/mcp",
          "type": "positional"
        },
        {
          "value": "--ide=public-registry",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...