PluginBench
MCP Server

Web Page Fetcher MCP Server

io.github.paimonchan/paimon-mcp-fetch

What is the Web Page Fetcher MCP server?

Fetch web pages with SSRF protection. Returns clean, readable markdown from any URL.

How to install Web Page Fetcher

Copy-paste configuration for popular MCP clients.

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

    Maximum content length to return in characters

  • PAIMON_MCP_FETCH_TIMEOUT

    HTTP request timeout in seconds

  • PAIMON_MCP_FETCH_DISABLE_ROBOTS

    Disable robots.txt checking (use with caution)

  • PAIMON_MCP_FETCH_USER_AGENT

    Custom User-Agent string for HTTP requests

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "paimon-mcp-fetch": {
      "command": "https://github.com/paimonchan/paimon-mcp-fetch/releases/download/v0.1.2/paimon-mcp-fetch-0.1.2-windows-amd64.zip",
      "args": [],
      "env": {
        "PAIMON_MCP_FETCH_MAX_LENGTH": "<YOUR_PAIMON_MCP_FETCH_MAX_LENGTH>",
        "PAIMON_MCP_FETCH_TIMEOUT": "<YOUR_PAIMON_MCP_FETCH_TIMEOUT>",
        "PAIMON_MCP_FETCH_DISABLE_ROBOTS": "<YOUR_PAIMON_MCP_FETCH_DISABLE_ROBOTS>",
        "PAIMON_MCP_FETCH_USER_AGENT": "<YOUR_PAIMON_MCP_FETCH_USER_AGENT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "paimon-mcp-fetch": {
      "command": "https://github.com/paimonchan/paimon-mcp-fetch/releases/download/v0.1.2/paimon-mcp-fetch-0.1.2-windows-amd64.zip",
      "args": [],
      "env": {
        "PAIMON_MCP_FETCH_MAX_LENGTH": "<YOUR_PAIMON_MCP_FETCH_MAX_LENGTH>",
        "PAIMON_MCP_FETCH_TIMEOUT": "<YOUR_PAIMON_MCP_FETCH_TIMEOUT>",
        "PAIMON_MCP_FETCH_DISABLE_ROBOTS": "<YOUR_PAIMON_MCP_FETCH_DISABLE_ROBOTS>",
        "PAIMON_MCP_FETCH_USER_AGENT": "<YOUR_PAIMON_MCP_FETCH_USER_AGENT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "paimon-mcp-fetch": {
      "command": "https://github.com/paimonchan/paimon-mcp-fetch/releases/download/v0.1.2/paimon-mcp-fetch-0.1.2-windows-amd64.zip",
      "args": [],
      "env": {
        "PAIMON_MCP_FETCH_MAX_LENGTH": "<YOUR_PAIMON_MCP_FETCH_MAX_LENGTH>",
        "PAIMON_MCP_FETCH_TIMEOUT": "<YOUR_PAIMON_MCP_FETCH_TIMEOUT>",
        "PAIMON_MCP_FETCH_DISABLE_ROBOTS": "<YOUR_PAIMON_MCP_FETCH_DISABLE_ROBOTS>",
        "PAIMON_MCP_FETCH_USER_AGENT": "<YOUR_PAIMON_MCP_FETCH_USER_AGENT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "paimon-mcp-fetch": {
      "type": "stdio",
      "command": "https://github.com/paimonchan/paimon-mcp-fetch/releases/download/v0.1.2/paimon-mcp-fetch-0.1.2-windows-amd64.zip",
      "args": [],
      "env": {
        "PAIMON_MCP_FETCH_MAX_LENGTH": "<YOUR_PAIMON_MCP_FETCH_MAX_LENGTH>",
        "PAIMON_MCP_FETCH_TIMEOUT": "<YOUR_PAIMON_MCP_FETCH_TIMEOUT>",
        "PAIMON_MCP_FETCH_DISABLE_ROBOTS": "<YOUR_PAIMON_MCP_FETCH_DISABLE_ROBOTS>",
        "PAIMON_MCP_FETCH_USER_AGENT": "<YOUR_PAIMON_MCP_FETCH_USER_AGENT>"
      }
    }
  }
}
Claude Code
claude mcp add paimon-mcp-fetch --env PAIMON_MCP_FETCH_MAX_LENGTH=<YOUR_PAIMON_MCP_FETCH_MAX_LENGTH> --env PAIMON_MCP_FETCH_TIMEOUT=<YOUR_PAIMON_MCP_FETCH_TIMEOUT> --env PAIMON_MCP_FETCH_DISABLE_ROBOTS=<YOUR_PAIMON_MCP_FETCH_DISABLE_ROBOTS> --env PAIMON_MCP_FETCH_USER_AGENT=<YOUR_PAIMON_MCP_FETCH_USER_AGENT> -- https://github.com/paimonchan/paimon-mcp-fetch/releases/download/v0.1.2/paimon-mcp-fetch-0.1.2-windows-amd64.zip

Related MCP servers

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

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →