PluginBench
MCP Server
Active
MIT

io.github.vojtisprime11/web-fetcher MCP Server

io.github.vojtisprime11/web-fetcher

What is the io.github.vojtisprime11/web-fetcher MCP server?

Turns any web page into clean Markdown, page metadata and classified links for LLMs.

How to install io.github.vojtisprime11/web-fetcher

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WEB_FETCHER_TIMEOUT_MS

    Request timeout in milliseconds (1000-120000). Defaults to 15000.

  • WEB_FETCHER_MAX_BYTES

    Maximum bytes downloaded per response. Defaults to 5000000.

  • WEB_FETCHER_USER_AGENT

    User-Agent header sent with every request.

  • WEB_FETCHER_ALLOW_PRIVATE_HOSTS

    Set to true to allow fetching loopback and private network addresses. Disables the SSRF guard.

  • WEB_FETCHER_RESPECT_ROBOTS

    Set to true to enforce robots.txt before fetching.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "web-fetcher": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-web-fetcher"
      ],
      "env": {
        "WEB_FETCHER_TIMEOUT_MS": "<YOUR_WEB_FETCHER_TIMEOUT_MS>",
        "WEB_FETCHER_MAX_BYTES": "<YOUR_WEB_FETCHER_MAX_BYTES>",
        "WEB_FETCHER_USER_AGENT": "<YOUR_WEB_FETCHER_USER_AGENT>",
        "WEB_FETCHER_ALLOW_PRIVATE_HOSTS": "<YOUR_WEB_FETCHER_ALLOW_PRIVATE_HOSTS>",
        "WEB_FETCHER_RESPECT_ROBOTS": "<YOUR_WEB_FETCHER_RESPECT_ROBOTS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "web-fetcher": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-web-fetcher"
      ],
      "env": {
        "WEB_FETCHER_TIMEOUT_MS": "<YOUR_WEB_FETCHER_TIMEOUT_MS>",
        "WEB_FETCHER_MAX_BYTES": "<YOUR_WEB_FETCHER_MAX_BYTES>",
        "WEB_FETCHER_USER_AGENT": "<YOUR_WEB_FETCHER_USER_AGENT>",
        "WEB_FETCHER_ALLOW_PRIVATE_HOSTS": "<YOUR_WEB_FETCHER_ALLOW_PRIVATE_HOSTS>",
        "WEB_FETCHER_RESPECT_ROBOTS": "<YOUR_WEB_FETCHER_RESPECT_ROBOTS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "web-fetcher": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-web-fetcher"
      ],
      "env": {
        "WEB_FETCHER_TIMEOUT_MS": "<YOUR_WEB_FETCHER_TIMEOUT_MS>",
        "WEB_FETCHER_MAX_BYTES": "<YOUR_WEB_FETCHER_MAX_BYTES>",
        "WEB_FETCHER_USER_AGENT": "<YOUR_WEB_FETCHER_USER_AGENT>",
        "WEB_FETCHER_ALLOW_PRIVATE_HOSTS": "<YOUR_WEB_FETCHER_ALLOW_PRIVATE_HOSTS>",
        "WEB_FETCHER_RESPECT_ROBOTS": "<YOUR_WEB_FETCHER_RESPECT_ROBOTS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "web-fetcher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-web-fetcher"
      ],
      "env": {
        "WEB_FETCHER_TIMEOUT_MS": "<YOUR_WEB_FETCHER_TIMEOUT_MS>",
        "WEB_FETCHER_MAX_BYTES": "<YOUR_WEB_FETCHER_MAX_BYTES>",
        "WEB_FETCHER_USER_AGENT": "<YOUR_WEB_FETCHER_USER_AGENT>",
        "WEB_FETCHER_ALLOW_PRIVATE_HOSTS": "<YOUR_WEB_FETCHER_ALLOW_PRIVATE_HOSTS>",
        "WEB_FETCHER_RESPECT_ROBOTS": "<YOUR_WEB_FETCHER_RESPECT_ROBOTS>"
      }
    }
  }
}
Claude Code
claude mcp add web-fetcher --env WEB_FETCHER_TIMEOUT_MS=<YOUR_WEB_FETCHER_TIMEOUT_MS> --env WEB_FETCHER_MAX_BYTES=<YOUR_WEB_FETCHER_MAX_BYTES> --env WEB_FETCHER_USER_AGENT=<YOUR_WEB_FETCHER_USER_AGENT> --env WEB_FETCHER_ALLOW_PRIVATE_HOSTS=<YOUR_WEB_FETCHER_ALLOW_PRIVATE_HOSTS> --env WEB_FETCHER_RESPECT_ROBOTS=<YOUR_WEB_FETCHER_RESPECT_ROBOTS> -- npx -y mcp-server-web-fetcher

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →