curl_cffi

GitHub

Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser tls/ja3/http2 fingerprints.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "curl_cffi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-curl_cffi"
      ]
    }
  }
}