Connect to Claude
Puppeteer icon

Puppeteer

Createdrotexhawk

Automates browser interactions to enable LLMs to interact with web pages and capture screenshots.

About

Puppeteer server provides browser automation capabilities, enabling Large Language Models (LLMs) to interact with web pages. It allows for navigating to URLs, taking screenshots of the entire page or specific elements, executing JavaScript, and performing basic web interactions like clicking and form filling. The server also provides access to browser console logs and captured screenshots as resources, enhancing the ability of LLMs to understand and interact with web content.

Key Features

  • Console log monitoring
  • JavaScript execution
  • Basic web interaction (navigation, clicking, form filling)
  • 0 GitHub stars
  • Browser automation
  • Screenshot capabilities

Use Cases

  • Web scraping and data extraction
  • Automated web testing
  • Visual regression testing