claude-computer-use-mcp
Version:
MCP server providing browser automation capabilities to Claude Code
57 lines (56 loc) • 1.31 kB
JSON
{
"name": "claude-computer-use-mcp",
"version": "1.3.0",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Theopsguide/claude-computer-use-mcp.git"
},
"bugs": {
"url": "https://github.com/Theopsguide/claude-computer-use-mcp/issues"
},
"homepage": "https://github.com/Theopsguide/claude-computer-use-mcp#readme",
"main": "dist/index.js",
"bin": {
"claude-computer-use-mcp": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"API.md",
"USAGE.md",
"EXAMPLES.md"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"prepublishOnly": "echo 'Using existing build'",
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"claude",
"browser-automation",
"playwright",
"computer-use"
],
"author": "Luke Thompson",
"license": "MIT",
"description": "MCP server providing browser automation capabilities to Claude Code",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"playwright": "^1.54.1"
},
"devDependencies": {
"@types/node": "^24.0.13",
"typescript": "^5.8.3"
}
}