# lexiforest/curl_cffi | Model Context Protocol (MCP) Server > Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser tls/ja3/http2 fingerprints. - **Stars**: ⭐ 6,120 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "curl_cffi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-curl_cffi" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "curl_cffi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-curl_cffi" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-curl_cffi` - **Docker**: `docker run -i --rm mcp/curl_cffi`