The puppeteer-mcp-claude server enables Claude Code to automate browser tasks using Puppeteer. It exposes methods for controlling headless Chrome, scraping web pages, and automating form submissions. The server connects to the Puppeteer library and provides tools for navigating pages, interacting with DOM elements, and handling browser events. Developers use it to build web scraping tools, automate testing, and create browser-based workflows.
The puppeteer-mcp-claude server enables Claude Code to automate browser tasks using Puppeteer. It exposes methods for controlling headless Chrome, scraping web pages, and automating form submissions. The server connects to the Puppeteer library and provides tools for navigating pages, interacting with DOM elements, and handling browser events. Developers use it to build web scraping tools, automate testing, and create browser-based workflows.
npx -y puppeteer-mcp-claudeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"puppeteer-mcp-claude-npm": {
"command": "npx",
"args": [
"-y",
"npx -y puppeteer-mcp-claude"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from puppeteer-mcp-claude?"
No configuration required. This server works out of the box.
"What resources are available in puppeteer-mcp-claude?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in puppeteer-mcp-claude"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in puppeteer-mcp-claude with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.