generated from domdomegg/typescript-library-template
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.14 KB
/
server.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.domdomegg/computer-use-mcp",
"title": "Computer Use",
"description": "Control your computer with screenshots, mouse, and keyboard automation.",
"websiteUrl": "https://github.com/domdomegg/computer-use-mcp#readme",
"icons": [{
"mimeType": "image/png",
"src": "https://raw.githubusercontent.com/domdomegg/computer-use-mcp/refs/heads/master/icon.png"
}],
"repository": {
"url": "https://github.com/domdomegg/computer-use-mcp.git",
"source": "github"
},
"version": "{{VERSION}}",
"packages": [
{
"registryType": "npm",
"identifier": "computer-use-mcp",
"version": "{{VERSION}}",
"runtimeHint": "npx",
"environmentVariables": [],
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/domdomegg/computer-use-mcp/releases/download/v{{VERSION}}/computer-use-mcp.mcpb",
"version": "{{VERSION}}",
"fileSha256": "{{MCPB_FILE_SHA256}}",
"transport": {
"type": "stdio"
}
}
]
}