What is the webfetch MCP server?
Self-hosted web search for LLM agents: search -> fetch -> rank pipeline with semantic caching
How to install webfetch
Copy-paste configuration for popular MCP clients.
BRAVE_API_KEYsecretOptional - adds Brave to the multi-engine fusion. DDG works with no keys at all.
SERPER_API_KEYsecretOptional - adds Serper (Google results) to the multi-engine fusion.
TAVILY_API_KEYsecretOptional - adds Tavily to the multi-engine fusion.
WEBFETCH_PROVIDEROptional - search strategy: multi (RRF fusion of available engines, default), fallback (priority failover), or a single engine name like ddg.
{
"mcpServers": {
"webfetch": {
"command": "uvx",
"args": [
"webfetch-llm"
],
"env": {
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>",
"SERPER_API_KEY": "<YOUR_SERPER_API_KEY>",
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"WEBFETCH_PROVIDER": "<YOUR_WEBFETCH_PROVIDER>"
}
}
}
}{
"mcpServers": {
"webfetch": {
"command": "uvx",
"args": [
"webfetch-llm"
],
"env": {
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>",
"SERPER_API_KEY": "<YOUR_SERPER_API_KEY>",
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"WEBFETCH_PROVIDER": "<YOUR_WEBFETCH_PROVIDER>"
}
}
}
}{
"mcpServers": {
"webfetch": {
"command": "uvx",
"args": [
"webfetch-llm"
],
"env": {
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>",
"SERPER_API_KEY": "<YOUR_SERPER_API_KEY>",
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"WEBFETCH_PROVIDER": "<YOUR_WEBFETCH_PROVIDER>"
}
}
}
}{
"servers": {
"webfetch": {
"type": "stdio",
"command": "uvx",
"args": [
"webfetch-llm"
],
"env": {
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>",
"SERPER_API_KEY": "<YOUR_SERPER_API_KEY>",
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"WEBFETCH_PROVIDER": "<YOUR_WEBFETCH_PROVIDER>"
}
}
}
}claude mcp add webfetch --env BRAVE_API_KEY=<YOUR_BRAVE_API_KEY> --env SERPER_API_KEY=<YOUR_SERPER_API_KEY> --env TAVILY_API_KEY=<YOUR_TAVILY_API_KEY> --env WEBFETCH_PROVIDER=<YOUR_WEBFETCH_PROVIDER> -- uvx webfetch-llmRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.