Applitools MCP Server

Applitools MCP Server

Enables AI assistants to set up, manage, and analyze visual tests using Applitools Eyes within Playwright JavaScript and TypeScript projects. It supports adding visual checkpoints, configuring cross-browser testing via Ultrafast Grid, and retrieving structured test results.

Category
访问服务器

README

Applitools MCP Server

The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes with our Playwright (JavaScript/TypeScript) Fixtures SDK, with support for more frameworks coming soon.

It connects to AI assistants through the Model Context Protocol (MCP), allowing tools like Cline, Claude Code, and IDE assistants to help you set up tests, add visual checkpoints, and configure cross-browser testing.

To learn more, please visit our MCP documentation.

Purpose

This server is built for developers, testers, or QA working with AI-assisted workflows.

It enables your AI assistant to:

  • Understand your project configuration
  • Guide Eyes setup
  • Add visual checkpoints and suggest best practices
  • Review your visual test results

All without requiring manual, error-prone steps.

Who is this for?

  • New users to test automation
    • No existing automation framework.
  • Playwright JavaScript engineers new to Applitools Eyes
    • Playwright is already used, but Eyes has not yet been installed or implemented.
  • Existing Eyes Playwright Fixtures users
    • Who want to use the MCP server to:
      • Add Ultrafast Grid coverage (cross-browser and device testing)
      • Expand visual checkpoints in existing tests
      • Retrieve and analyze your visual test results

Requirements & Limitations

  • Node.js 18 or newer
  • VS Code, Cursor, Claude Desktop, or any other MCP client assistant
  • Supports Playwright JavaScript/TypeScript projects and our Playwright Fixtures SDK only.
    • It is recommended using the most recent versions of Playwright Node.js and our Playwright JavaScript Fixtures SDK
    • Requires projects utilizing Playwright Test
  • Requires access to your projects source code

Installation

Recommended: VS Code Extension or Cursor MCP Install

The easiest way to start using Eyes MCP is through the Applitools VS Code extension or by installing the MCP server directly in Cursor.

  • Runs the MCP server automatically
  • Connects it to your AI assistant
  • Provide context-aware code edits
  • Surface visual test results inside your IDE or MCP client CLI of choice

<a href="https://marketplace.visualstudio.com/items?itemName=applitools-mcp"> <img src="https://img.shields.io/badge/Install-VS_Code-007ACC?logo=visualstudiocode&logoColor=white"> </a>

<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=applitools-mcp&config=eyJjb21tYW5kIjoibnB4IC15IEBhcHBsaXRvb2xzL21jcEBsYXRlc3QifQ"> <img src="https://img.shields.io/badge/Install-Cursor-000000"> </a> <br></br>

Alternatively, you can install the server manually by following the Manual Setup section below.

What's Included

  • Automatic MCP server management
  • Seamless IDE + AI assistant integration
  • Context-aware assistance based on open files
  • Smart code edits and checkpoint suggestions
  • Visual test results directly inside your IDE

Manual Setup

If you prefer not to use the extension, you can install the MCP server manually by following the examples below.

Standard MCP configuration:

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

<details> <summary>VS Code</summary> Please see the VS Code MCP install guide and use the standard config above.

Alternatively, install it via the VS Code CLI:

code --add-mcp '{"name":"applitools-mcp","command":"npx","args":["@applitools/mcp@latest"]}' </details>

<details> <summary>Copilot</summary>

Create or edit the configuration file ~/.copilot/mcp-config.json and add:

{
 "mcpServers": {
   "applitools-mcp": {
     "type": "local",
     "command": "npx",
     "tools": [
       "*"
     ],
     "args": [
       "@applitools/mcp@latest"
     ]
   }
 }
}

</details>

<details> <summary>Cursor</summary> In your user root directory, edit or add the above configuration to your ~/.cursor/mcp.json file.

Alternatively, go to Cursor Settings -> MCP -> Add new MCP Server. Name it applitools-mcp, use command type with the command npx -y @applitools/mcp@latest. </details>

<details> <summary>Cline</summary> Follow the instruction in the section Configuring MCP Servers

Add the following to your cline_mcp_settings.json file:

{
  "mcpServers": {
    "applitools-mcp": {
      "command": "npx",
      "args": ["--yes", "@applitools/mcp@latest"],
      "disabled": false,
      "type": "stdio",
	   "timeout": 60
    }
  }
}

</details>

<details> <summary>Claude Code (CLI)</summary> Use the Claude Code CLI to add the Playwright MCP server:

claude mcp add applitools-mcp npx @applitools/mcp@latest </details>

<details> <summary>Claude Desktop</summary>

Follow the MCP install guide, and use the standard MCP configuration above. </details>

Available Tools

eyes_verify_api_key

Checks your Applitools API key and optional Eyes server URL.

Searches common locations:

  • APPLITOOLS_API_KEY environment variable and/or APPLITOOLS_SERVER_URL, if applicable
  • .env
  • applitools.config.*
  • playwright.config.*

eyes_setup_project

Guides the setup of Applitools Eyes in your Playwright project (Fixtures variant).

Includes:

  • The Eyes reporter configuration
    • Extends the Playwright HTML report to include Eyes visual test results. Users can approve or reject results in the report without having to visit the Eyes dashboard.
  • Adding Eyes settings and dependency imports into your project files
  • Recommended defaults

eyes_add_checkpoints_to_test

Adds Eyes visual checkpoints to your existing Playwright test in line with best practices.

eyes_setup_ufg

Configures the Ultrafast Grid (UFG) for cross-browser and cross-device testing. Guides you through UFG setup to run visual tests across multiple browsers, viewports, and devices simultaneously.

eyes_fetch_visual_results

Retrieves structured visual test results, including:

  • The Eyes batch name
  • The visual tests that ran
  • The visual test statuses (passed/failed/new/unresolved/etc.)

eyes_get_batch_url

Extracts and converts Eyes test result URLs from console output. Parses test execution output to find session URLs and converts them to batch URLs for viewing all test results together in the Eyes dashboard.

Getting started & Usage

Ask your AI assistant about Applitools:

  • “Using the Applitools MCP server, perform the following tasks”
    • This prompt prefix is optional and can guide your LLM and direct it to use the MCP server for better results.
  • "Set up Applitools Eyes for my project"
  • "Verify my Applitools API key"
  • "Add Eyes visual checkpoints to my login.spec test"
  • "Configure cross-browser testing with the Applitools UFG"
  • "Show me the batch URL for my last test results"
  • "Provide me a summary of my last visual test results"

Helpful links


Built with ❤️ by Applitools

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选