webfetch runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from pypi. Last commit 23 Jul 2026.
Self-hosted web search for LLM agents: search -> fetch -> rank pipeline with semantic caching
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add webfetch -- uvx webfetch-llm
{
"mcpServers": {
"webfetch": {
"args": [
"webfetch-llm"
],
"command": "uvx"
}
}
}
[mcp_servers.webfetch]
command = "uvx"
args = ["webfetch-llm"]
{
"mcpServers": {
"webfetch": {
"args": [
"webfetch-llm"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"webfetch": {
"args": [
"webfetch-llm"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.