HomeBrowser Automation & Scraping › agentfetch-mcp

agentfetch-mcp

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

Python CloudLocal macOSWindowsLinux
★ 3 stars Last pushed 2026-06-06 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.0.1)

uvx agentfetch-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "agentfetch-mcp": {
      "command": "uvx",
      "args": [
        "agentfetch-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<YOUR_VALUE>",
        "FIRECRAWL_API_KEY": "<YOUR_VALUE>",
        "REDIS_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • JINA_API_KEY secret — Jina Reader API key. Free tier ~1M tokens/mo at jina.ai/reader.
  • FIRECRAWL_API_KEY secret — FireCrawl API key for JS pages. 500 free credits at firecrawl.dev. Optional.
  • REDIS_URL — Redis connection URL for response caching. Optional.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry