How to Use the Applitools MCP in VS Code Copilot
Bring Applitools visual testing data directly into VS Code Copilot via this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Applitools MCP to VS Code Copilot
Create your Vinkius account to connect Applitools to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Share Applitools context in VS Code Copilot
Engineering teams waste countless hours arguing over visual test regressions in pull requests. Half the team never logs into the QA dashboard to see what actually broke. You need the test results visible right where the team reviews code. Commit your configuration to `.vscode/mcp.json` and everyone gets instant access. Copilot uses `list_batches` to find the latest nightly run. It then calls `get_batch_stats` to drop the exact pass/fail numbers directly into the editor chat.
Manage baselines via MCP Server
Updating Applitools visual baselines usually falls on one person who knows how to navigate the test UI. This creates a massive bottleneck when you ship a major redesign. Developers should be able to update reference images themselves. Now they can just ask their AI client to handle it. The MCP Server checks the current reference images using `list_baselines`. When a developer confirms a deliberate UI change, the agent executes `delete_baseline` to clear the old state and unblock the deployment.
Investigate specific environment failures
Cross-browser visual testing catches weird edge cases. A button might look fine on Chrome but render ten pixels lower on Safari. Tracking down these environment-specific failures takes serious digging. Your agent does the heavy lifting automatically. It grabs the full batch details with `get_batch`, then isolates the broken Safari run using `get_session`. If someone accidentally triggers a useless test run, the agent can clean it up with `delete_batch`.
Set up Applitools MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Applitools MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Applitools tools listed. Try asking: "List my recent Applitools transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"applitools-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Applitools. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 VS Code Copilot
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.