fetch-mcp-server

kappa8719/fetch-mcp-server
★ 0 stars TypeScript Browser/Web Updated 1mo ago
MCP server that provides single url fetch tool.
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "kappa8719/fetch-mcp-server"
      ]
    }
  }
}