MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

W
Webmcpexperiments
作者 @halllo

MCP server by halllo

创建于 3/1/2026
更新于 about 3 hours ago
Repository documentation and setup instructions

WebMcpExperiments

This application consists of two angular projects:

  • The element is a web component
  • The shell is the main application and hosts the element.

Both applications register a WebMCP tool (using the @mcp-b/global polyfill) to show an alert.

Next I start the MCP-B Extension in Chrome and invoke one of the two MCP tools. It is actually invoked two times. 😳

alt text

I can work around this and skip initialization in the element by commenting out the import:

import '@mcp-b/global'; //initializing this again leads to every tool invocation happening twice.

Now MCP-B is only initialized in the shell and every tool is only invoked once.

I reported this as a bug: https://github.com/WebMCP-org/npm-packages/issues/136

Development

cd element
npm run start
cd shell
npm run start
快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-webmcpexperiments

Cursor 配置 (mcp.json)

{ "mcpServers": { "halllo-webmcpexperiments": { "command": "npx", "args": [ "halllo-webmcpexperiments" ] } } }