Skip to main content
Glama
pansin
by pansin
package.json1.1 kB
{ "name": "browser-mcp-server", "version": "1.0.0", "description": "MCP server for browser automation using Puppeteer", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:run": "vitest run", "lint": "eslint src/**/*.ts", "clean": "rm -rf dist" }, "keywords": [ "mcp", "browser", "automation", "puppeteer", "kiro" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "jsdom": "^26.1.0", "puppeteer": "^21.0.0", "turndown": "^7.2.0", "uuid": "^11.1.0", "zod": "^3.22.0" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^20.0.0", "@types/turndown": "^5.0.5", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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/pansin/browserMCP'

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