网页开发工具
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.