fetchproxy

chrischall/fetchproxy
★ 1 stars TypeScript Browser/Web Updated 5d ago
Authenticated fetch() from MCP servers, proxied through your signed-in browser tab.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fetchproxy": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/fetchproxy"
      ]
    }
  }
}

README Excerpt

> Authenticated `fetch()` from an MCP server, proxied through the user's signed-in browser tab. A Node library and a browser extension. MCP servers (`opentable-mcp`, `resy-mcp`, anything similar) embed the library; the user installs the extension once. Together they route HTTP requests from the MCP server through a real, signed-in browser tab — so Akamai, Cloudflare Bot Management, and similar bot walls see a real browser, not a Node process.

Tools (3)

AutocompleteFetchproxyServerread_cookies