mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-06-08 22:25:12 +02:00
CLI + MCP server for extracting clean, structured content from any URL. 6 Rust crates, 10 MCP tools, TLS fingerprinting, 5 output formats. MIT Licensed | https://webclaw.io
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
# create-webclaw
|
|
|
|
Set up [webclaw](https://webclaw.io) MCP server for AI agents in one command.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
npx create-webclaw
|
|
```
|
|
|
|
## What it does
|
|
|
|
1. Detects installed AI tools (Claude Desktop, Claude Code, Cursor, Windsurf, VS Code + Continue)
|
|
2. Downloads the `webclaw-mcp` binary for your platform
|
|
3. Asks for your API key (optional — works locally without one)
|
|
4. Configures MCP in each detected tool
|
|
|
|
## Supported tools
|
|
|
|
| Tool | Config location |
|
|
|------|----------------|
|
|
| Claude Desktop | `~/Library/Application Support/Claude/claude_desktop_config.json` |
|
|
| Claude Code | `~/.claude.json` |
|
|
| Cursor | `.cursor/mcp.json` |
|
|
| Windsurf | `~/.codeium/windsurf/mcp_config.json` |
|
|
| VS Code (Continue) | `~/.continue/config.json` |
|
|
|
|
## MCP tools provided
|
|
|
|
After setup, your AI agent has access to:
|
|
|
|
- **scrape** — extract content from any URL
|
|
- **crawl** — recursively crawl a website
|
|
- **search** — web search + parallel scrape
|
|
- **map** — discover URLs from sitemaps
|
|
- **batch** — extract multiple URLs in parallel
|
|
- **extract** — LLM-powered structured extraction
|
|
- **summarize** — content summarization
|
|
- **diff** — track content changes
|
|
- **brand** — extract brand identity
|