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