-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
85 lines (85 loc) · 2.98 KB
/
Copy pathserver.json
File metadata and controls
85 lines (85 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.applitools/applitools",
"title": "Applitools",
"description": "The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes.",
"version": "1.0.5",
"websiteUrl": "https://applitools.com",
"icons": [
{
"src": "https://raw.githubusercontent.com/applitools/mcp/refs/heads/main/assets/logo.png",
"mimeType": "image/png",
"sizes": [
"128x128"
]
}
],
"repository": {
"url": "https://github.com/applitools/mcp",
"source": "github",
"id": "75296413"
},
"packages": [
{
"registryType": "npm",
"identifier": "@applitools/mcp",
"version": "0.4.3",
"runtimeHint": "npx",
"runtimeArguments": [
{
"type": "positional",
"value": "-y"
},
{
"type": "positional",
"value": "@applitools/mcp"
},
{
"type": "positional",
"value": "--ide=public-registry"
}
],
"transport": {
"type": "stdio"
},
"environmentVariables": []
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"github": {
"author": "Applitools Team",
"authorEmail": "team@applitools.com",
"bugsUrl": "https://github.com/applitools/mcp/issues",
"defaultBranch": "main",
"displayName": "Applitools MCP",
"homepageUrl": "https://github.com/applitools/mcp",
"isInOrganization": true,
"legacyId": "75296413",
"license": "MIT",
"name": "mcp",
"nameWithOwner": "applitools/mcp",
"opengraphImageUrl": "https://raw.githubusercontent.com/applitools/mcp/main/assets/logo.png",
"ownerAvatarUrl": "https://avatars.githubusercontent.com/u/206428462?v=4",
"preferredImage": "https://raw.githubusercontent.com/applitools/mcp/main/assets/logo.png",
"primaryLanguage": "TypeScript",
"primaryLanguageColor": "#3178c6",
"pushedAt": "2026-03-15T00:00:00Z",
"readme": "# Applitools MCP Server\n\nThe Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes with our Playwright (JavaScript/TypeScript) Fixtures SDK, with support for more frameworks coming soon.\n\nIt connects to AI assistants through the Model Context Protocol (MCP), allowing tools like Cline, Claude Code, and IDE assistants to help you set up tests, add visual checkpoints, and configure cross-browser testing.\n\nTo learn more, please visit our MCP documentation.",
"readmeUpdatedAt": "2026-03-15T00:00:00Z",
"readmeVersion": "0.0.1",
"stargazerCount": 0,
"topics": [
"applitools",
"eyes",
"mcp",
"model-context-protocol",
"visual-testing",
"ai",
"test automation"
],
"usesCustomOpenGraphImage": false
}
}
}
}