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.
Web Development Tools Server
Project Details
- ZukAi-MCP/webdev-mcp
- Last Updated: 5/14/2025
Recomended MCP Servers
IMAP and SMTP via MCP Server
An MCP server that provides real-time funding rate data across major crypto exchanges.
An MCP (Model Context Protocol) server that provides Ethereum blockchain data tools via Etherscan's API. Features include checking...
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
A Model Context Protocol (MCP) server for Microsoft SQL Server that enables secure database interactions through a controlled...
MCP tool for building Android project and feed back error to LLMs.
ManusMCP is a project that implements AI agent workflows using Flowise. It features specialized AI agents with distinct...
A Model Context Protocol server for 3D Slicer integration
A Model Context Protocol (MCP) server that enables AI agents to interact with the Tally API, providing access...