fetch-mcp

YawLabs/fetch-mcp
★ 1 stars TypeScript Browser/Web Updated today
Comprehensive HTTP fetch MCP server with SSRF protection, HTML-to-markdown, and robots.txt awareness
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fetch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "YawLabs/fetch-mcp"
      ]
    }
  }
}