@browsermcp/mcp
MCP server for browser automation using Browser MCP
Last updated a year ago by namukang .
Bugs · Original npm · Tarball · package.json
$ cnpm install @browsermcp/mcp 
SYNC missed versions from official npm registry.

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 marketing app)
  1. Run pnpm build or pnpm watch to build dist/index.js
  2. Run pnpm inspector to start the inspector
  3. Navigate to http://localhost:9001?proxyPort=9002 to open the inspector UI
  4. Click the Connect button to run dist/index.js and start the MCP server

Publishing

  1. npm login
  2. npm publish --access public

Current Tags

  • 0.1.3                                ...           latest (a year ago)

4 Versions

  • 0.1.3                                ...           a year ago
  • 0.1.2                                ...           a year ago
  • 0.1.1                                ...           a year ago
  • 0.1.0                                ...           a year ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 4
Dependencies (5)
Dev Dependencies (9)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |