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.
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:
- Python 3.7+: The project has been tested with Python 3.12, but earlier versions (3.7+) should also work.
- pip: Python package manager.
- 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
Install the Package:
pip install -e git+https://github.com/devalexandre/mcp-servers.git#egg=mcp-servers
Via Git
Clone the Repository:
git clone https://github.com/devalexandre/mcp-servers.git cd mcp-serversCreate a Virtual Environment (Optional):
python -m venv venv source venv/bin/activate # On Windows, use `venvScriptsactivate` pip install -r requirements.txtnstall the Package in Editable Mode:
pip install -e .
MCP Servers
Project Details
- devalexandre/mcp-servers
- Apache License 2.0
- Last Updated: 3/10/2025
Categories
Recomended MCP Servers
MCP server for Dart VM and Flutter
small MCP server for orchestrating tasks across LLM instances
OmniMCP uses Microsoft OmniParser and Model Context Protocol (MCP) to provide AI models with rich UI context and...
MCP server for SecretiveShell/Awesome-llms-txt. Add documentation directly into your conversation via MCP resources.
DBT CLI MCP Server
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
AnalyticDB for MySQL MCP Server
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
NEXUS MCP- Simple MCP server for Claude Desktop
An MCP server that provides real-time football data based on the SoccerDataAPI.
MCP Server Semgrep is a [Model Context Protocol](https://modelcontextprotocol.io) compliant server that integrates the powerful Semgrep static analysis tool...
Linkup is a third-party extension that gives Claude access to real-time web search and premium content sources. It...





