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
By AIMLPM
Installation
npx -y markcrawlConfiguration
{
"mcpServers": {
"markcrawl": {
"command": "npx",
"args": ["-y", "markcrawl"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes