Browser automation for web interactions, screenshots, and data extraction.
npx -y @modelcontextprotocol/server-puppeteer
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Headless browser automation for AI agents.
npx -y @modelcontextprotocol/server-puppeteer
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Puppeteer MCP Server in your preferred AI coding tool.
claude_desktop_config.jsonPerform web searches using Brave Search API for up-to-date internet access with privacy focus.
Perform web searches using Brave Search API to give your agent up-to-date internet access.
Browser automation server. Allow agents to visit webpages, take screenshots, and extract data.