Back to MCP Servers

Markcrawl

Crawl websites into clean Markdown, search pages, and extract structured data with LLMs. Built-in MCP server for web research and RAG pipelines.

search-data-extractionllmrag

Installation

npx -y markcrawl

Configuration

{
  "mcpServers": {
    "markcrawl": {
      "command": "npx",
      "args": ["-y", "markcrawl"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub