Skip to content
Cursor

agentfetch for Cursor

io.github.bch1212/agentfetch

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

client:Cursor transport:stdio runtime:pypi

Install agentfetch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentfetch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentfetch-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<JINA_API_KEY>",
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>",
        "REDIS_URL": "<REDIS_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentfetch in other clients