bch1212/agentfetch-mcp
Token-budgeted web fetch for AI agents. Auto-routes between Trafilatura, Jina Reader, FireCrawl, and pypdf based on URL pattern. `estimate_tokens` before `fetch_url`, 6h Redis cache, server-side `max_tokens` truncation. Open source MCP server (MIT) plus hosted REST API at [agentfetch.dev](https://www.agentfetch.dev) — 500 free fetches/mo, no card.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"agentfetch-mcp": {
"command": "uvx",
"args": ["agentfetch-mcp"]
}
}
}Related in Browser Automation
firecrawl/firecrawl-mcp-server
Official Firecrawl server with live browser interaction (`firecrawl_interact`) — navigate, click, type, and scroll on a page before extraction, for JS-heavy or auth-gated sites. Also scrape, crawl, map, search, and extract.
agent-infra/mcp-server-browser
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
microsoft/playwright-mcp
Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
LvcidPsyche/auto-browser
Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor.
eat-pray-ai/yutu
A fully functional MCP server and CLI for YouTube to automate YouTube operation
freema/firefox-devtools-mcp
Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots.