Skip to main content
Glama

Stealth Browser MCP Server

by newbeb
package.json825 B
{ "name": "stealth-browser-mcp", "type": "module", "version": "0.0.1", "main": "index.ts", "module": "index.ts", "author": "Brian Lloyd-Newberry", "email": "newbeb@gmail.com", "description": "A MCP Server that provides browser access through playwright with \"stealth mode\" enabled.", "scripts": { "start": "bun run index.ts", "dev": "fastmcp dev index.ts", "inspect": "fastmcp inspect index.ts" }, "devDependencies": { "@modelcontextprotocol/inspector": "0.4.1", "@types/bun": "latest", "@wong2/mcp-cli": "1.4.0", "tsx": "^4.19.3" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "fastmcp": "^1.19.0", "playwright": "^1.50.1", "playwright-extra": "^4.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "zod": "^3.24.2" } }

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/newbeb/stealth-browser-mcp'

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