
网页开发
STDIO提供截图工具的网页开发MCP服务器
提供截图工具的网页开发MCP服务器
An MCP server that provides useful web development tools.
.cursor/mcp.json
:{ "mcpServers": { "webdev": { "command": "npx", "args": ["webdev-mcp"], } } }
npx webdev-mcp
~/.codeium/windsurf/mcp_config.json
file:{ "mcpServers": { "webdev": { "command": "npx", "args": ["webdev-mcp"] } } }
Currently, the only 2 tools are takeScreenshot
and listScreens
. Your agent can use the list screens tool to get the screen id of the screen it wants to screenshot.
The tool will return the screenshot as a base64 encoded string.
Make sure YOLO mode is on and MCP tools protection is off in your Cursor settings for the best experience. You might have to allow Cursor to record your screen on MacOS.