MCP-DevTools
@RingoTC
关于 MCP-DevTools
A pptr mcp server for better cursor
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-pptr": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/puppeteer",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论