MCP Server
MCP
Applitools
The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes.
Install
npx -y @applitools/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@applitools/mcp",
"version": "0.5.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "@applitools/mcp",
"type": "positional"
},
{
"value": "--ide=public-registry",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment