A Model Context Protocol (MCP) server implementation for browser interactions.
The MCP Server Inspector provides a development interface for testing and debugging the MCP server.
- 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)
-
Build the server
pnpm build
Or for continuous development with watch mode:
pnpm watch
This will generate the compiled output in
dist/index.js -
Start the inspector
pnpm inspector
-
Access the inspector UI
Navigate to http://localhost:9001?proxyPort=9002
-
Connect to the MCP server
Click the Connect button in the UI to execute
dist/index.jsand establish connection with the MCP server
npm login npm publish --access public