BrowserBee MCP Demo
About
BrowserBee MCP Demo is a minimalist demo of a web app and browser extension that includes an MCP server, designed to work with the BrowserBee extension. It demonstrates how MCP can be integrated into a browser environment.
Details
- Author
- nalbion
- Downloads
- 312
- Categories
- Other
Jump to
- Minimalist demo of web app and browser extension.
- Includes an MCP server.
- Communicates via window.postMessage.
- All messages prefixed with "mcp:".
- Adds "mcpSessionId" and "source" fields to messages.
- Uses "ping" message to advertise MCP server to extension.
Messages are prefixed with "mcp:" and include additional fields "mcpSessionId" and "source". The MCP server uses a "ping" message to advertise itself to the BrowserBee extension. The transport layer uses window.postMessage for communication.
BrowserBee MCP Demo
Minimalist demo of a web app and browser extension which includes an MCP server, tested with the BrowserBee extension.MCP in the Browser
- All messages are prefixed withmcp:
- Additional fields mcpSessionId and source are added to all messages
- ping message is used to advertise the MCP server to the browser extension
Web App
-MCPServerTransport uses window.postMessage to communicate with the BrowserBee extension.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



