MCP.so
ログイン

Puppeteer

@modelcontextprotocol

Puppeteer について

Model Context Protocol Servers

基本情報

カテゴリ

ブラウザ自動化

ライセンス

NOASSERTION

ランタイム

node

トランスポート

stdio

公開者

modelcontextprotocol

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "puppeteer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-puppeteer"
      ]
    }
  }
}

ツール

7

Navigate 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?

コメント

「ブラウザ自動化」の他のコンテンツ