Skip to content
Claude Desktop

safe fetch for Claude Desktop

io.github.sanoy24/safe-fetch

MCP server for fetching URLs, safe against SSRF, DNS rebinding, and redirect-to-internal attacks.

client:Claude Desktop transport:stdio runtime:npm

Install safe fetch in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "safe-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "safe-fetch-mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

safe fetch in other clients