logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

webdev-mcp

Provides web development tools for capturing screenshots and listing available screens as base64 encoded strings for further processing or analysis.

Author

webdev-mcp logo

zueai

No License

Quick Info

GitHub GitHub Stars 10
NPM Weekly Downloads 3530
Tools 1
Last Updated 2026-02-19

Tags

webdevzueaiscreenshotszueai webdevwebdev mcpcapturing screenshots

webdev-mcp

An MCP server that provides useful web development tools.

Usage

Cursor

  • To install in a project, add the MCP server to your .cursor/mcp.json:
{
    "mcpServers": {
        "webdev": {
            "command": "npx",
            "args": ["webdev-mcp"],

        }
    }
}
  • To install globally, add this command to your Cursor settings:
npx webdev-mcp

Windsurf

  • Add the MCP server to your ~/.codeium/windsurf/mcp_config.json file:
{
    "mcpServers": {
        "webdev": {
            "command": "npx",
            "args": ["webdev-mcp"]
        }
    }
}

Tools

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.

Tips

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.

See Also

`