MCP Bliss Logo

MCP BLISS

Download MCP BlissGet started in seconds – free download, easy install.
Tool Icon

Puppeteer v1.0.0

Slug: puppeteer
Author: ModelContextProtocol
browserautomationtestingweb-scraping
Puppeteer MCP enables automated interactions with web pages, such as clicking buttons, filling forms, and taking screenshots, all through straightforward commands. It's ideal for testing websites or automating repetitive web tasks.
Capabilities:
Automate web page interactionsCapture screenshots of web pagesFill out and submit forms automaticallyExecute JavaScript code on web pages
Examples:
  • "Please go to www.bbc.com and tell me the latest news about the stock market."
  • "Navigate to example.com, fill in the contact form with my details, and submit it."
  • "Take a screenshot of the homepage of www.openai.com."
Script:
{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-puppeteer"
  ]
}