mcpbeat Sign in

Web Fetch MCP Server

by kylinmountain Your server? Claim it
local only

Web Fetch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 18 Sep 2025.

MCP server for web content fetching, summarizing, comparing, and extracting information

No commits for 12 months.

Installs per day peak 25 · avg 7 · +0% w/w
a month agotoday
42
Installs / week
npm · web-fetch-mcp
8
Stars
0 open issues
18 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add web-fetch-mcp -- npx -y web-fetch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "web-fetch-mcp": {
      "args": [
        "-y",
        "web-fetch-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.web-fetch-mcp]
command = "npx"
args = ["-y", "web-fetch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "web-fetch-mcp": {
      "args": [
        "-y",
        "web-fetch-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "web-fetch-mcp": {
      "args": [
        "-y",
        "web-fetch-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GEMINI_API_KEY (Your Gemini API key for the service), HTTP_PROXY (Your proxy for the gemini api service), HTTPS_PROXY (Your proxy for the gemini api service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Web Fetch MCP

same job, measured the same way
Pulse Fetch
by pulsemcp

MCP server for fetching web resources with content extraction and anti-bot bypass.

106 installs/wk local only
Payx Tavily Search
by swathi-muralisrinivasan

FastMCP server for Tavily search API with web search and content extraction

local only
Huoshui Fetch
by huoshuiai42

An MCP server that provides tools for fetching, converting, and extracting data from web pages.

25 installs/wk local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Weather
by dingw1982

An MCP server for weather information.

54 installs/wk local only
Weather
by alexdemichieli

An MCP server for weather information.

38 installs/wk local only
MCP Weather Server
by hyg900928

An MCP server for weather information.

37 installs/wk local only
Weather
by bellvijay

An MCP server for weather information.

33 installs/wk local only

Web Fetch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Web Fetch MCP?
Web Fetch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package web-fetch-mcp was installed 42 times last week.
Is Web Fetch MCP still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Web Fetch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls web-fetch-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Web Fetch MCP?
The npm package web-fetch-mcp was installed 42 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Web Fetch MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.