How to Use the Applitools MCP in Claude Code
Run Applitools visual regression audits and manage baselines directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Applitools MCP to Claude Code
Create your Vinkius account to connect Applitools to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit Applitools batches from the Claude Code CLI
The `list_batches` tool fetches your recent Applitools visual test runs directly into your Claude Code terminal session. Claude Code parses this list, showing you which builds passed and which require manual review. You can pipe this output to other terminal utilities or let Claude Code use `get_batch_stats` to output a clean summary of passed, failed, and unresolved tests. It replaces the need to open a browser to check your Applitools run status.
Manage visual baselines using this MCP Server
The `list_baselines` tool queries your active Applitools visual test baselines right from the Claude Code command line. When writing deployment scripts, Claude Code can check these baselines to ensure your staging environment matches production expectations. If a deployment introduces a planned redesign, Claude Code uses `delete_baseline` to clear the old layouts from Applitools. This fits perfectly into automated release scripts and CI/CD pipelines.
Debug session failures in Claude Code
The `get_session` tool pulls the exact visual differences and metadata for a specific Applitools test run into your Claude Code shell. Claude Code uses this to print the exact layout mismatch details directly to stdout. By combining this with `list_results`, you can diagnose broken Applitools layouts without leaving your SSH session. It provides a fast way to troubleshoot visual regressions in headless environments.
Set up Applitools MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeapplitools-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Applitools transactions." It will automatically discover and invoke the available Applitools tools.
claude mcp add --transport http applitools-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Applitools MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Applitools MCP today
We host it, we monitor it, we maintain it. You just paste one token.