Web Fetch MCP
Rank #20,848io.github.KylinMountain/web-fetch-mcp
MCP server providing web-fetch-mcp capabilities
Web Fetch MCP is a Model Context Protocol (MCP) server published by kylinmountain. It ranks #20,848 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Web Fetch MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Sep 16, 2025 and most recently updated on Sep 18, 2025.
Ranks ahead of 111,198 of 132,046 servers on MCP Toplist.
Use Web Fetch MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add web-fetch-mcp -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "HTTP_PROXY=<your HTTP_PROXY>" -e "HTTPS_PROXY=<your HTTPS_PROXY>" -- npx -y web-fetch-mcpReplace each placeholder with your own value before saving.
[mcp_servers.web-fetch-mcp]
command = "npx"
args = ["-y", "web-fetch-mcp"]
[mcp_servers.web-fetch-mcp.env]
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
HTTP_PROXY = "<your HTTP_PROXY>"
HTTPS_PROXY = "<your HTTPS_PROXY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"web-fetch-mcp": {
"command": "npx",
"args": [
"-y",
"web-fetch-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"HTTP_PROXY": "<your HTTP_PROXY>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"web-fetch-mcp": {
"command": "npx",
"args": [
"-y",
"web-fetch-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"HTTP_PROXY": "<your HTTP_PROXY>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"web-fetch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"web-fetch-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"HTTP_PROXY": "<your HTTP_PROXY>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"web-fetch-mcp": {
"command": "npx",
"args": [
"-y",
"web-fetch-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"HTTP_PROXY": "<your HTTP_PROXY>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"web-fetch-mcp": {
"command": "npx",
"args": [
"-y",
"web-fetch-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"HTTP_PROXY": "<your HTTP_PROXY>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KylinMountain%2Fweb-fetch-mcp)<a href="https://mcptoplist.com/server/io.github.KylinMountain%2Fweb-fetch-mcp"><img src="https://mcptoplist.com/badge/io.github.KylinMountain%2Fweb-fetch-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kylinmountain
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Sep 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Web Fetch MCP?
- Web Fetch MCP is maintained by kylinmountain, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Web Fetch MCP listed on the Official MCP Registry?
- Yes — Web Fetch MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Web Fetch MCP have?
- MCP Toplist tracks 2 versions of Web Fetch MCP, most recently published on Sep 18, 2025.
- Where can I find the source code for Web Fetch MCP?
- The source code for Web Fetch MCP is hosted at github.com/kylinmountain/web-fetch-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.