io.github.KylinMountain/web-fetch-mcp MCP Server
io.github.KylinMountain/web-fetch-mcp
What is the io.github.KylinMountain/web-fetch-mcp MCP server?
MCP server for web content fetching, summarizing, comparing, and extracting information
How to install io.github.KylinMountain/web-fetch-mcp
Copy-paste configuration for popular MCP clients.
GEMINI_API_KEYrequiredsecretYour Gemini API key for the service
HTTP_PROXYYour proxy for the gemini api service
HTTPS_PROXYYour proxy for the gemini api service
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add web-fetch-mcp --env GEMINI_API_KEY=<YOUR_GEMINI_API_KEY> --env HTTP_PROXY=<YOUR_HTTP_PROXY> --env HTTPS_PROXY=<YOUR_HTTPS_PROXY> -- npx -y web-fetch-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.