Skip to content
Claude Desktop

fastCRW for Claude Desktop

io.github.us/fastcrw

Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.

client:Claude Desktop transport:streamable-http

Install fastCRW in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "fastcrw": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://fastcrw.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

fastCRW in other clients