Discover MCP servers. Connect your agent.
Official Anthropic MCP reference server for web content fetching. Retrieve and convert web pages to Markdown for efficient LLM consumption. Supports URL fetching, content extraction, HTML-to-Markdown conversion, and robots.txt compliance. Install via npm: @modelcontextprotocol/server-fetch
https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
stdio
open
2 tools
fetchwebcontentmarkdownscrapingofficialanthropic
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
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"]
}'