Puppeteer MCP Server
CommunityAbout
Browser automation for web scraping and testing. Control a headless Chrome browser to interact with websites programmatically.
Features
- Headless browser automation
- Web scraping
- Screenshot capture
- Form interaction
- JavaScript execution
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Scrape dynamic web content"
- "Take screenshots of websites"
- "Test web applications"
- "Automate form submissions"