The server-puppeteer MCP server automates browser tasks using Puppeteer. It exposes methods for controlling headless Chrome or Chromium, including page navigation, form submission, and data extraction. It connects to web applications and APIs, providing tools for scraping, testing, and automation. Developers use it for web scraping, automated testing, and browser automation tasks.
The server-puppeteer MCP server automates browser tasks using Puppeteer. It exposes methods for controlling headless Chrome or Chromium, including page navigation, form submission, and data extraction. It connects to web applications and APIs, providing tools for scraping, testing, and automation. Developers use it for web scraping, automated testing, and browser automation tasks.
npx -y @hisma/server-puppeteerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"hisma-server-puppeteer-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @hisma/server-puppeteer"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from server-puppeteer?"
No configuration required. This server works out of the box.
"What resources are available in server-puppeteer?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in server-puppeteer"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in server-puppeteer 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.