levisnkyyy-browser-use-mcp
Version:
MCP server for Browser-Use API
37 lines • 776 B
JSON
{
"name": "levisnkyyy-browser-use-mcp",
"version": "0.1.8",
"description": "MCP server for Browser-Use API",
"type": "module",
"main": "dist/index.js",
"bin": {
"browser-use-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"prepare": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.9",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/ws": "^8.5.14",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18"
},
"keywords": [
"mcp",
"browser-use",
"browser-automation"
],
"author": "Browser-Use Team",
"license": "MIT"
}