Skip to content
Gemini CLI

Fastcrawl for Gemini CLI

net.fastcrawl/fastcrawl

Cloud scraping & crawling API for AI agents. Turn any URL into clean, LLM-ready markdown.

client:Gemini CLI transport:streamable-http

Install Fastcrawl in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "fastcrawl": {
      "httpUrl": "https://mcp.fastcrawl.net/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Fastcrawl in other clients