
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?
—
「ブラウザ自動化」の他のコンテンツ
playwright-server MCP server
blackwhite084189
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
7.3K
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
827
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
81
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
1.1K
コメント