MCP-DevTools
@RingoTC
About MCP-DevTools
A pptr mcp server for better cursor
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-pptr": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/puppeteer",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP-DevTools?
MCP-DevTools is a Model Context Protocol server that provides enhanced browser automation and DevTools capabilities via Puppeteer, designed for use with Cursor IDE.
How to use MCP-DevTools?
Build the Docker image with docker build -t mcp/puppeteer ., then in Cursor's MCP Configuration add the command docker run -i --rm --init -e DOCKER_CONTAINER=true mcp/puppeteer.
Key features of MCP-DevTools
- Full browser automation via Puppeteer
- Enhanced DevTools Protocol integration
- Docker support for consistent environments
- Non‑root user execution for security
- Cross‑platform compatibility
Use cases of MCP-DevTools
- Automated end‑to‑end web testing
- Web scraping and data extraction
- Programmatic debugging with DevTools Protocol
- CI/CD browser tasks in Docker containers
FAQ from MCP-DevTools
What prerequisites are needed?
Docker and Cursor IDE are required to build and run the server.
Does the server run as a non‑root user?
Yes, for security it runs as a non‑root user inside the Docker container.
Which port does MCP-DevTools use?
The server is configured to run on port 3000 by default.
What is the license for this project?
It is released under the MIT License.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments