Install
npx -y @modelcontextprotocol/server-puppeteerTransports
Tools exposed
7
§ Add to your AI client
Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}§ About
Puppeteer-backed MCP server giving an agent a real browser. Navigate pages, click elements, fill forms, take screenshots, evaluate JS. The right tool when an agent needs to interact with sites that don't have an API.
§ Features
§ Use cases
§ Related MCP servers