Back to MCP Servers
Server Webcrawl
Advanced search and retrieval for web crawler data. Supports WARC, wget, Katana, SiteOne, and InterroBot crawlers.
search-data-extraction
By pragmar
Installation
npx -y mcp-server-webcrawlConfiguration
{
"mcpServers": {
"mcp-server-webcrawl": {
"command": "npx",
"args": ["-y", "mcp-server-webcrawl"]
}
}
}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