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?

评论

浏览器自动化 分类下的更多 MCP 服务器