Skip to content
Claude Desktop

webfetch for Claude Desktop

io.github.firish/webfetch

Self-hosted web search for LLM agents: search -> fetch -> rank pipeline with semantic caching

client:Claude Desktop transport:stdio runtime:pypi

Install webfetch in Claude Desktop

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

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

{
  "mcpServers": {
    "webfetch": {
      "command": "uvx",
      "args": [
        "webfetch-llm"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>",
        "SERPER_API_KEY": "<SERPER_API_KEY>",
        "TAVILY_API_KEY": "<TAVILY_API_KEY>",
        "WEBFETCH_PROVIDER": "<WEBFETCH_PROVIDER>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

webfetch in other clients