
Puppeteer
@modelcontextprotocol
关于 Puppeteer
Model Context Protocol Servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}工具
7Navigate to a URL
Take a screenshot of the current page or a specific element
Click an element on the page
Fill out an input field
Select an element on the page with Select tag
Hover an element on the page
Execute JavaScript in the browser console
概览
What is Puppeteer?
—
How to use Puppeteer?
—
Key features of Puppeteer?
—
Use cases of Puppeteer?
—
FAQ from Puppeteer?
—
浏览器自动化 分类下的更多 MCP 服务器
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
@mendableai/firecrawl Mcp Server
mendableaiThe API to search, scrape, and interact with the web at scale. 🔥
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Playwright Mcp
microsoftPlaywright MCP server
评论