puppeteer-mcp-server
@AnyContext-ai
关于 puppeteer-mcp-server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"puppeteer-mcp-server": {
"type": "http",
"url": "http://localhost:8000"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is puppeteer-mcp-server?
puppeteer-mcp-server is a Model Context Protocol (MCP) server that provides browser automation capabilities using Puppeteer. It enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
How to use puppeteer-mcp-server?
Build the Docker image with docker build -t puppeteer-mcp-server . and run it with docker run --rm -p 8000:8000 puppeteer-mcp-server. The server then exposes browser automation tools via the MCP protocol on port 8000.
Key features of puppeteer-mcp-server
- Browser automation via Puppeteer
- Web page interaction and navigation
- Screenshot capture of web pages
- JavaScript execution in a real browser
- Exposed as an MCP server for LLMs
Use cases of puppeteer-mcp-server
- LLM-driven web browsing and data extraction
- Automated visual regression testing with screenshots
- Dynamic JavaScript execution for scraping single-page applications
- Interactive web page exploration for AI agents
FAQ from puppeteer-mcp-server
What does puppeteer-mcp-server do?
It provides browser automation using Puppeteer, allowing LLMs to interact with web pages, capture screenshots, and execute JavaScript through the Model Context Protocol.
What are the runtime requirements?
The server is packaged as a Docker container and requires a compatible Docker runtime. Puppeteer and its bundled Chromium are included in the Docker build.
How do I build and run puppeteer-mcp-server?
Build with docker build -t puppeteer-mcp-server . and run using docker run --rm -p 8000:8000 puppeteer-mcp-server.
浏览器自动化 分类下的更多 MCP 服务器
MCP server w/ Browser Use
JovaniPinkFastAPI server implementing MCP protocol Browser automation via browser-use library.
App Store Scraper MCP Server
appreply-coThis is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store – perfect for ASO.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
评论