Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers3 Stars

Cloudscraper.Js

Agent-ready Node.js/TypeScript client for Cloudflare-protected sites: reusable hot sessions, an MCP server + LangChain tool, and clean Markdown for LLMs. Powered by the Python cloudscraper engine.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "cloudscraper-js": {
      "command": "npx",
      "args": [
        "-y",
        "github:maarkN/cloudscraper.js"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}