MCP.so
登录

BrowserBee MCP Demo

@nalbion

关于 BrowserBee MCP Demo

Demo MCP servers for BrowserBee

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

nalbion

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is BrowserBee MCP Demo?

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.

How to use BrowserBee MCP Demo?

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.

Key features of BrowserBee MCP Demo

  • 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.

Use cases of BrowserBee MCP Demo

  • Demonstrating MCP server integration in a browser environment.
  • Testing MCP communication between a web app and a browser extension.

FAQ from BrowserBee MCP Demo

What message prefix does the MCP server use?

All messages are prefixed with "mcp:".

What additional fields are added to MCP messages?

The fields "mcpSessionId" and "source" are added to all messages.

How does the MCP server advertise itself to the BrowserBee extension?

It sends a "ping" message.

What transport mechanism does the MCP server use for communication?

It uses window.postMessage to communicate with the browser extension.

评论

其他 分类下的更多 MCP 服务器