Applitools MCP Server
Rank #14,251io.github.applitools/applitools
The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes.
Applitools MCP Server is a Model Context Protocol (MCP) server published by applitools. It ranks #14,251 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Applitools MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 9 tracked versions. It was first listed on Mar 8, 2026 and most recently updated on May 11, 2026.
Ranks ahead of 117,795 of 132,046 servers on MCP Toplist.
Use Applitools MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add applitools -- npx -y @applitools/mcp --ide=public-registry @applitools/mcp[mcp_servers.applitools]
command = "npx"
args = ["-y", "@applitools/mcp", "--ide=public-registry", "@applitools/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"applitools": {
"command": "npx",
"args": [
"-y",
"@applitools/mcp",
"--ide=public-registry",
"@applitools/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"applitools": {
"command": "npx",
"args": [
"-y",
"@applitools/mcp",
"--ide=public-registry",
"@applitools/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"applitools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@applitools/mcp",
"--ide=public-registry",
"@applitools/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"applitools": {
"command": "npx",
"args": [
"-y",
"@applitools/mcp",
"--ide=public-registry",
"@applitools/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"applitools": {
"command": "npx",
"args": [
"-y",
"@applitools/mcp",
"--ide=public-registry",
"@applitools/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.applitools%2Fapplitools)<a href="https://mcptoplist.com/server/io.github.applitools%2Fapplitools"><img src="https://mcptoplist.com/badge/io.github.applitools%2Fapplitools.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
applitools
Available versions (9)
| Version | Published |
|---|---|
| 1.0.7 | May 11, 2026 |
| 1.0.6 | Mar 30, 2026 |
| 1.0.5 | Mar 16, 2026 |
| 1.0.4 | Mar 11, 2026 |
| 1.0.3 | Mar 10, 2026 |
| 1.0.2 | Mar 10, 2026 |
| 1.0.1 | Mar 10, 2026 |
| 1.0.0 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Applitools MCP Server?
- Applitools MCP Server is maintained by applitools, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Applitools MCP Server listed on the Official MCP Registry?
- Yes — Applitools MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Applitools MCP Server have?
- MCP Toplist tracks 9 versions of Applitools MCP Server, most recently published on May 11, 2026.
- Where can I find the source code for Applitools MCP Server?
- The source code for Applitools MCP Server is hosted at github.com/applitools/mcp.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.