zueai

@zueai/webdev-mcp
0 Stars 311 次浏览 zueai 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "webdev": {
      "args": [
        "webdev-mcp"
      ],
      "command": "npx"
    }
  }
}

服务介绍

webdev-mcp

一个提供有用的Web开发工具的MCP服务器。

使用方法

Cursor

  • 要在项目中安装,请将MCP服务器添加到您的.cursor/mcp.json文件中:

json
{
"mcpServers": {
"webdev": {
"command": "npx",
"args": ["webdev-mcp"]
}
}
}

  • 若要全局安装,请将此命令添加到您的Cursor设置中:

bash
npx webdev-mcp

Windsurf

  • 将MCP服务器添加到您的~/.codeium/windsurf/mcp_config.json文件中:

json
{
"mcpServers": {
"webdev": {
"command": "npx",
"args": ["webdev-mcp"]
}
}
}

工具

目前,只有两个工具:takeScreenshotlistScreens。您的代理可以使用列表屏幕工具来获取它想要截图的屏幕ID。

该工具将以base64编码字符串的形式返回截图。

image.png

提示

为了获得最佳体验,请确保在Cursor设置中开启YOLO模式并关闭MCP工具保护。您可能需要允许Cursor在MacOS上录制您的屏幕。

相关 MCP 服务