webfetch for Claude Code
io.github.firish/webfetch
Self-hosted web search for LLM agents: search -> fetch -> rank pipeline with semantic caching
client:Claude Code
transport:stdio
runtime:pypi
Install webfetch in Claude Code
run in your project directory
claude mcp add webfetch -e BRAVE_API_KEY=<BRAVE_API_KEY> -e SERPER_API_KEY=<SERPER_API_KEY> -e TAVILY_API_KEY=<TAVILY_API_KEY> -e WEBFETCH_PROVIDER=<WEBFETCH_PROVIDER> -- uvx webfetch-llm
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs