一个提供有用Web开发工具的MCP服务器。
.cursor/mcp.json文件中:{
"mcpServers": {
"webdev": {
"command": "npx",
"args": ["webdev-mcp"],
}
}
}
npx webdev-mcp
~/.codeium/windsurf/mcp_config.json文件中:{
"mcpServers": {
"webdev": {
"command": "npx",
"args": ["webdev-mcp"]
}
}
}
目前只有两个工具:takeScreenshot 和 listScreens。你的代理可以使用listScreens工具来获取它想要截图的屏幕ID。
该工具将以base64编码字符串的形式返回截图。

确保在Cursor设置中开启YOLO模式并关闭MCP工具保护以获得最佳体验。在MacOS上,你可能需要允许Cursor记录你的屏幕。 </中文翻译>