MCP-DevTools

by RingoTC

347 downloads
Not rated
GitHub

About

MCP-DevTools is a Model Context Protocol server that provides enhanced browser automation and DevTools capabilities via Puppeteer, designed for use with Cursor IDE.

Details

Author
RingoTC
Downloads
347
Categories
Other, Automation

- Full browser automation via Puppeteer
- Enhanced DevTools Protocol integration
- Docker support for consistent environments
- Non‑root user execution for security
- Cross‑platform compatibility

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP-DevTools
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-devtools": {
            "MCP-pptr": {
                "command": "docker",
                "args": [
                    "build",
                    "-t",
                    "mcp/puppeteer",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "MCP-pptr": {
        "command": "docker",
        "args": [
            "build",
            "-t",
            "mcp/puppeteer",
            "."
        ]
    }
}

MCP-DevTools

A Model Context Protocol (MCP) server implementation for enhanced browser automation and DevTools capabilities using Puppeteer.

Features

- Full browser automation support via Puppeteer
- Enhanced DevTools Protocol integration
- Docker support for consistent environments
- Non-root user execution for security
- Cross-platform compatibility

Prerequisites

- Docker
- Cursor IDE

Setup

1. Build the Docker image:

docker build -t mcp/puppeteer .

2. Configure in Cursor:
- Open Cursor Settings
- Navigate to MCP Configuration
- Add the following command:

docker run -i --rm --init -e DOCKER_CONTAINER=true mcp/puppeteer

Configuration

The server is configured to run on port 3000 by default. Environment variables:

- PUPPETEER_EXECUTABLE_PATH: Path to Chromium executable
- DISPLAY: X11 display for headless mode
- CHROME_BIN: Chrome binary path

Security

- Runs as non-root user in Docker
- Uses Chromium's sandbox
- Implements proper permission handling

License

MIT License

Contributing

1. Fork the repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create a new Pull Request

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.