Skip to content
Claude Desktop

4fetch for Claude Desktop

io.github.amit755/4fetch

Fetch a URL and get clean Markdown with metadata. No API key required; rate-limited per IP.

client:Claude Desktop transport:streamable-http

Install 4fetch in Claude Desktop

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

{
  "mcpServers": {
    "4fetch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.4fetch.com/mcp/v1/fetch"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

4fetch in other clients