@browsermcp/mcp
v0.1.3
Published
MCP server for browser automation using Browser MCP
Downloads
23,791
Readme
MCP server
Inspector
- The client UI runs on port 9001 (the default of 5173 conflicts with the extension's Vite server)
- The MCP proxy server runs on port 9002 (the default of 3000 conflicts with the
marketingapp)
- Run
pnpm buildorpnpm watchto builddist/index.js - Run
pnpm inspectorto start the inspector - Navigate to
http://localhost:9001?proxyPort=9002to open the inspector UI - Click the
Connectbutton to rundist/index.jsand start the MCP server
Publishing
npm loginnpm publish --access public
