DevTk.AI

Puppeteer Server

Web & Search

Browser automation and web scraping using Puppeteer. Consider using Playwright MCP instead for a more actively maintained alternative.

Author

Anthropic

Category

Web & Search

GitHub Stars

79,000+

Clients

1 supported

Installation

Run this command to install:

npx -y @modelcontextprotocol/server-puppeteer

Sample Configuration

Add this to your MCP client configuration file (e.g., claude_desktop_config.json for Claude Desktop):

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

Use our MCP Manifest Generator to build complete configurations visually, or the MCP Config Validator to check your existing config.

Compatible Clients

Claude Desktop

Details

Server IDpuppeteer
AuthorAnthropic
CategoryWeb & Search
Compatible WithClaude Desktop
Tags
browserscrapingpuppeteerofficial
GitHubhttps://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer
GitHub Stars79,000+

About Puppeteer Server

Puppeteer Server is a Model Context Protocol (MCP) server created by Anthropic. It enables AI assistants to interact with Puppeteer capabilities.

MCP (Model Context Protocol) is an open standard that allows AI models to securely connect to external tools and data sources. By installing Puppeteer Server, you give your AI assistant the ability to perform real actions through a standardized interface, rather than just generating text about them.

This server is compatible with Claude Desktop and has 79,000+ stars on GitHub. It falls under the "Web & Search" category of MCP servers.

To get started, use our MCP Manifest Generator to create a complete configuration, or validate your existing setup with the MCP Config Validator.

Other Web & Search Servers

Popular MCP Servers

Related Tools

FAQ

How do I install Puppeteer Server?

Run "npx -y @modelcontextprotocol/server-puppeteer" in your terminal. Then add the server configuration to your MCP client's config file. For Claude Desktop, this is typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows.

What clients work with Puppeteer Server?

Puppeteer Server is compatible with Claude Desktop. Each client has its own configuration file format, but the MCP server setup is similar across all of them.

What can I do with Puppeteer Server?

Browser automation and web scraping using Puppeteer. Consider using Playwright MCP instead for a more actively maintained alternative. Once configured, your AI assistant can interact with these capabilities through natural language commands, making it possible to perform real actions directly from your AI chat interface.