https://github.com/nalbion/browserbee-mcp-demo
  
  
    Demo MCP servers for BrowserBee 
    https://github.com/nalbion/browserbee-mcp-demo
  
        Last synced: about 2 months ago 
        JSON representation
    
Demo MCP servers for BrowserBee
- Host: GitHub
 - URL: https://github.com/nalbion/browserbee-mcp-demo
 - Owner: nalbion
 - Created: 2025-05-29T00:47:34.000Z (5 months ago)
 - Default Branch: main
 - Last Pushed: 2025-05-31T03:20:35.000Z (5 months ago)
 - Last Synced: 2025-08-27T13:32:10.661Z (2 months ago)
 - Language: TypeScript
 - Size: 49.8 KB
 - Stars: 0
 - Watchers: 0
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- awesome-mcp-servers - **browserbee-mcp-demo** - Demo MCP servers for BrowserBee `typescript` `mcp` `server` `npm install nalbion/browserbee-mcp-demo` (🌐 Web Development)
 
README
          # BrowserBee MCP Demo
Minimalist demo of a web app and browser extension which includes an [MCP](https://modelcontextprotocol.io/) server, tested with the [BrowserBee](https://github.com/parsaghaffari/browserbee) extension.
## MCP in the Browser
- All messages are prefixed with `mcp:`
- 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.