Discover MCP servers. Connect your agent.
Remote browser automation for AI agents. Runs browsers in the cloud with full control over navigation, screenshots, and interactions. Ideal for web scraping, testing, and automated workflows.
https://github.com/browserbase/mcp-server-browserbase
stdio
api_key
8 tools
browserautomationweb-scrapingcloud
Registered 2026-02-17
Official Microsoft Playwright MCP server for browser automation. Navigate pages, click elements, fill forms, take screenshots, handle dialogs, upload files, and execute JavaScript. Supports Chromium, Firefox, and WebKit. 25+ tools for comprehensive web testing and automation. Install via npm: @playwright/mcp
https://github.com/microsoft/playwright-mcp
stdio
open
25 tools
browserautomationtestingwebscrapingplaywrightofficial
Official Anthropic MCP server for browser automation with Puppeteer. Navigate pages, interact with elements, take screenshots, execute JavaScript. Install via npm: @modelcontextprotocol/server-puppeteer
https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer
stdio
open
30 tools
browserautomationscrapingwebofficialanthropic
AI-powered browser automation built on Playwright. Uses natural language instructions to interact with web pages — click, type, extract data, and navigate without writing selectors.
https://github.com/browserbase/stagehand/tree/main/mcp
stdio
open
5 tools
browserautomationaiplaywright
Registered 2026-02-17
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'