Developer Tools
Trust: 30/100 (Limited)Applitools Guide
The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes.
by applitools
Quick Start
Install
npx @applitools/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-applitools-applitools": {
"command": "npx",
"args": [
"@applitools/mcp"
]
}
}
}