Skip to main content
Glama
devalexandre

MCP Servers with Pyppeteer

by devalexandre

MCP Servers

Description

The MCP Servers with Pyppeteer is a tool that allows you to control a headless browser using Pyppeteer, enabling automated navigation, screenshot capturing, interaction with page elements, and more. This project was developed to facilitate the creation of automation servers based on the MCP (Multi-Context Protocol) framework.


Related MCP server: MCP Fetch

Features

  • Automated Navigation: Navigate to specific URLs.

  • Screenshot Capture: Take screenshots of visited pages.

  • Element Interaction: Click on page elements using CSS selectors, XPath, or class names.

  • Dynamic Resources: Access dynamic page information, such as the current URL.

  • Server Lifecycle Management: Controlled initialization and shutdown of the browser.


Prerequisites

Make sure you have the following installed before getting started:

  1. Python 3.7+: The project has been tested with Python 3.12, but earlier versions (3.7+) should also work.

  2. pip: Python package manager.

  3. Git: To clone the repository.


Installation

Installing via Smithery

To install MCP Servers for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @devalexandre/mcp-servers --client claude

Via Pip GitHub

  1. Install the Package:

    pip install -e git+https://github.com/devalexandre/mcp-servers.git#egg=mcp-servers

Via Git

  1. Clone the Repository:

    git clone https://github.com/devalexandre/mcp-servers.git
    cd mcp-servers
  2. Create a Virtual Environment (Optional):

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
    pip install -r requirements.txt
  3. nstall the Package in Editable Mode:

    pip install -e .
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    -
    maintenance
    A MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.
    8
    2
  • A
    license
    A
    quality
    D
    maintenance
    Enables browser automation using Puppeteer through the MCP interface. Allows launching browsers, creating pages, and executing arbitrary JavaScript for web scraping, testing, and debugging tasks.
    5
    189
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server for browser automation using Puppeteer that enables AI assistants to navigate web pages, interact with UI elements, and capture screenshots. It supports comprehensive web tasks including form filling, content extraction, and executing custom JavaScript within the browser context.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables direct browser control via Chrome DevTools Protocol, supporting navigation, interaction, content extraction, and screenshots through a single MCP tool.
    1
    338
    MIT

View all related MCP servers

Related MCP Connectors

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

  • Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devalexandre/mcp-servers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server