Skip to content

OnlyVisionCode/browser-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser MCP

A Model Context Protocol (MCP) server implementation for browser interactions.

MCP Server Inspector

The MCP Server Inspector provides a development interface for testing and debugging the MCP server.

Configuration

  • Client UI: Runs on port 9001 (the default port 5173 conflicts with the extension's Vite development server)
  • MCP Proxy Server: Runs on port 9002 (the default port 3000 conflicts with the marketing application)

Getting Started

  1. Build the server

    pnpm build

    Or for continuous development with watch mode:

    pnpm watch

    This will generate the compiled output in dist/index.js

  2. Start the inspector

    pnpm inspector
  3. Access the inspector UI

    Navigate to http://localhost:9001?proxyPort=9002

  4. Connect to the MCP server

    Click the Connect button in the UI to execute dist/index.js and establish connection with the MCP server

npm login npm publish --access public

About

AI Chrome Browser MCP - Cursor Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published