WebDev MCP
Provides a collection of useful web development tools.
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.jsonfile:
{
"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.
Related Servers
MCP Playwright Server
Automate web testing and tasks by connecting Claude Desktop with Playwright.
Guardian MCP
Engineering discipline and persistent memory for AI coding assistants
Azure DevOps
Manage Azure DevOps projects, work items, builds, and releases.
Lilith Shell
Execute terminal commands through a secure shell interface using an AI assistant.
CCXT MCP Server
Integrate with cryptocurrency exchanges using the CCXT library.
iOS Development Bridge (idb)
Interact with iOS simulators and devices using Facebook's iOS Development Bridge (idb).
weibaohui/k8m
Provides multi-cluster Kubernetes management and operations using MCP, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
PostHog MCP
Integrates with PostHog for feature flag management and error tracking.
Woodpecker MCP Server
A server for managing Woodpecker CI/CD pipelines, built with the MCP framework.
Loop MCP Server
Enables LLMs to process array items sequentially with a specific task.