McpMux
Back to Registry

TheCrawler MCP Server

Community

Contributed by manchittlab

Crawl public web pages, extract clean markdown, and run diagnostic-first extraction contracts with required-field and missing-field evidence for agent workflows.

About the TheCrawler MCP Server

The TheCrawler MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Crawl public web pages, extract clean markdown, and run diagnostic-first extraction contracts with required-field and missing-field evidence for agent workflows. This is a community-contributed MCP server by manchittlab.

Install the TheCrawler MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${input:THECRAWLER_ENGINE_DIR}/dist/mcp.js"
  ],
  "env": {
    "NODE_OPTIONS": "--use-system-ca"
  },
  "metadata": {
    "inputs": [
      {
        "id": "THECRAWLER_ENGINE_DIR",
        "label": "TheCrawler engine directory",
        "description": "Path to the engine folder from a GitHub source checkout. Setup: git clone https://github.com/manchittlab/TheCrawler.git && cd TheCrawler/engine && npm install && npm run build",
        "type": "directory_path",
        "required": true,
        "secret": false,
        "placeholder": "C:\\Users\\you\\TheCrawler\\engine or /home/you/TheCrawler/engine"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthNone required
Capabilities
Tools

Categories

Tags

crawlwebextractionmarkdownagentsdiagnostics

Supported AI Clients

The TheCrawler MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install TheCrawler with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.