Skip to main content
Glama

Browserless MCP Server

package.json1.14 kB
{ "name": "browserless-mcp", "version": "1.0.0", "description": "Model Context Protocol server for Browserless.io browser automation", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "keywords": [ "mcp", "browserless", "puppeteer", "playwright", "browser-automation", "web-scraping" ], "author": "Lizzard Solutions", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "puppeteer": "^21.0.0", "playwright": "^1.40.0", "axios": "^1.6.0", "ws": "^8.14.0", "zod": "^3.22.0", "dotenv": "^16.3.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/ws": "^8.5.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "prettier": "^3.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lizzard-Solutions/browserless-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server