Applitools Connector for AI agents.
10 live capabilities
Manage visual regression testing and UI baselines without leaving your editor.
Waiting for input…
Why people use Applitools
Applitools for Automating Visual Regression QA
With this Connector, you just stay in your editor. You can ask your agent to pull the stats for a specific batch or find the exact session where a mismatch occurred. It brings the data to you, so you can see the errors, check the browser versions, and decide on a fix without ever leaving your workflow.
What Vinkius changes
You get a direct line to your visual testing data without ever leaving your development environment.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Investigating a specific UI failure
A QA engineer wants to know why a Checkout button is broken on Safari.
- Real-world use case 02
Verifying a new branch UI
A developer is merging a dark mode PR.
- Real-world use case 03
Getting a quick release status
A manager needs a status report.
Complete set · 10capabilities
The complete Applitools capability set.
These are the exact actions your AI can choose when you ask it to work with Applitools.
01—04
4 capabilities in this set.
Part of 10 available through Applitools.
- 01 Capability
List baselines
Lists baseline IDs, names, and environment configs for a specific application. This helps you see what visual references exist.
- 02 Capability
Get batch stats
Pulls the count of passed, failed, and unresolved tests for a specific batch. Use it for a quick status update.
- 03 Capability
List batches
Shows all test batches with their names, statuses, and total test counts. It helps you find specific test runs quickly.
- 04 Capability
List branch baselines
Shows the visual baselines associated with a specific Git branch. This is great for verifying branch-specific UI states.
05—07
3 capabilities in this set.
Part of 10 available through Applitools.
- 05 Capability
Delete baseline
Removes an outdated or redesigned baseline from your Applitools account. Use this to keep your visual workspace clean.
- 06 Capability
Delete batch
Deletes a specific test batch from your history. This is a way to clear out old data that you no longer need.
- 07 Capability
Get batch
Retrieves all the details for a specific batch using its unique ID. Use this to see the full results of a test run.
08—10
3 capabilities in this set.
Part of 10 available through Applitools.
- 08 Capability
List results
Shows every individual test result contained within a specific batch. It lets you see every session in a single list.
- 09 Capability
Get session
Provides the details for a specific test session inside a batch. Use this to drill down into a single UI mismatch.
- 10 Capability
Validate key
Confirms that your Applitools API key is valid and connected. Check this first to ensure your agent can reach the data.
Set up in minutes
One URL. Then ask Applitools to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Applitools from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1ndLMlxAw2nCuJj6kBoTmkGgowFbzClCzzhDWYqC/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Applitools, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Applitools for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1ndLMlxAw2nCuJj6kBoTmkGgowFbzClCzzhDWYqC/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Applitools URL.
- Step 03
Save and start
Save the connection and enable Applitools in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"applitools": {
"url": "https://edge.vinkius.com/vk_preview_1ndLMlxAw2nCuJj6kBoTmkGgowFbzClCzzhDWYqC/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Applitools
Open Agent mode in chat and ask: "Using Applitools, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"applitools": {
"url": "https://edge.vinkius.com/vk_preview_1ndLMlxAw2nCuJj6kBoTmkGgowFbzClCzzhDWYqC/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Applitools
Ask Copilot: "Using Applitools, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"applitools": {
"url": "https://edge.vinkius.com/vk_preview_1ndLMlxAw2nCuJj6kBoTmkGgowFbzClCzzhDWYqC/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Applitools
Open Cascade and ask: "Using Applitools, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"applitools": {
"url": "https://edge.vinkius.com/vk_preview_1ndLMlxAw2nCuJj6kBoTmkGgowFbzClCzzhDWYqC/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Applitools
Ask Cline: "Using Applitools, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add applitools --transport http "https://edge.vinkius.com/vk_preview_1ndLMlxAw2nCuJj6kBoTmkGgowFbzClCzzhDWYqC/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Applitools
Ask Claude: "Using Applitools, show me...". 10 tools are ready
Where the request belongs
Work Applitools can move forward.
For QA engineers and frontend developers who are tired of the dashboard fatigue that comes with visual regression testing. It is for the people who need to know if a PR broke the UI instantly without manual clicking.
QA Automation Engineer
Checking for browser-specific UI bugs during a release to see which OS combinations are failing.
Frontend Developer
Verifying that a new branch doesn't break existing visual baselines during a pull request.
Engineering Manager
Pulling high-level batch stats to ensure release criteria are visually met before deployment.
UI Designer
Requesting a breakdown of structural UI changes caught by the visual AI engine before going live.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPercy
Execute visual regression tests via Percy. track visual diffs natively, inspect snapshot limits, approve builds, and verify UI components using AI.
Sauce Labs
Monitor and manage UI/E2E test automation at scale via AI. stop failing jobs, inspect video logs, and check pipeline concurrency metrics.
Testim
Trigger automated AI tests, inspect execution logs, and manage branches natively via your AI agent.
Mabl (AI-Powered Test Automation)
Manage E2E testing via Mabl. trigger test plans, monitor execution results, and perform AI-driven failure analysis.
TestMu AI (formerly LambdaTest)
Manage cross-browser testing via TestMu AI. audit automation builds, inspect test sessions, and retrieve visual logs.
Cypress Cloud
Audit E2E testing via Cypress. monitor test runs, inspect spec instances, track flaky tests, and generate enterprise reports directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Applitools connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Applitools.
The practical details behind the request, access and result.
Can the Applitools MCP help me see if my UI is broken on mobile?
Yes, it allows your AI agent to query specific test sessions and report exactly which browser or OS combinations are showing visual mismatches.
How do I use the Applitools MCP to check test results in Cursor?
Once connected, you can simply ask your agent in Cursor to list the latest batches or summarize the results of a specific test run.
Can I use the Applitools MCP to delete old visual baselines?
Yes, you can use your agent to identify and delete outdated baselines to keep your visual testing workspace clean and organized.
Does the Applitools MCP work with my existing Applitools account?
It connects directly to your existing Applitools Eyes suite using your API key, giving your agent access to your current data.
How can the Applitools MCP help my QA team during a release?
It lets your team quickly pull batch stats and pinpoint exact UI failures, helping you make faster decisions about release readiness.
Can I check if my Applitools API key is working using this Connector?
Yes, there is a specific capability to validate your API key, ensuring your agent has a solid connection before you start your work.
Can my AI agent resolve a test failure on its own?
No. The Connector is designed for pulling state data—it retrieves batches, session diff links, and match levels so you can review them locally. Approving a new baseline or resolving a mismatch still requires human intervention within the Applitools Eyes dashboard to maintain absolute testing safety.
Can I use the agent to delete old UI snapshots?
Yes. If your UI has undergone major structural changes and old baselines are causing false positives, you can authorize the agent to execute the delete_baseline capability. Provide the exact baseline ID to instantly discard the legacy screenshot from your workspace.
How fast can I summarize test errors after my CI/CD action triggers?
Almost instantly. Rather than scrolling through dozens of Applitools logs, ask your agent to 'Get batch stats for ID 123'. It will immediately return the aggregation of Passed, Failed, and Unresolved runs, saving you countless minutes of digging.
One connection away
Give your agent a direct line to Applitools.
Connect Applitools once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available