Wick
@wickproject
Wick について
Browser-grade web access for AI agents. Fetches any webpage using Chrome's actual network stack — identical TLS fingerprint to a real browser. Bypasses Cloudflare, Akamai, and other anti-bot systems that block standard HTTP clients. Returns clean markdown. Built by the creator of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"wick": {
"command": "wick",
"args": [
"serve",
"--mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Wick?
Wick is an MCP server that uses Chrome’s actual network stack to give AI agents browser-grade web access. It runs locally from your own IP, returns clean markdown, and bypasses anti-bot protections (Cloudflare, Akamai, PerimeterX, AWS WAF) with a 100% success rate on tested sites.
How to use Wick?
Install via Homebrew (macOS), apt (Linux), or npm (any platform), then run wick setup to auto-configure MCP clients like Claude Code, Cursor, etc. Use tools such as wick_fetch, wick_crawl, wick_map, wick_search, and wick_download directly from your agent. Wick also provides a local HTTP API server accessible via wick serve --api.
Key features of Wick
- wick_fetch – Fetch any URL and get clean, LLM-friendly markdown.
- wick_crawl – Crawl a website, following same-domain links up to a configurable depth.
- wick_map – Discover all URLs on a site via sitemap.xml or link traversal.
- wick_search – Perform web searches from the command line or MCP.
- wick_download – Download video/audio from Reddit, YouTube, Twitter, and 1000+ sites.
- wick_session – Clear cookies and session data to start fresh.
Use cases of Wick
- Fetching a paywalled or bot-protected news article for summarization.
- Crawling documentation sites to feed an agent multi-page context.
- Mapping all URLs of a website for sitemap generation or auditing.
- Downloading media from social platforms for downstream processing.
- Searching the web and then reading full result pages in markdown.
FAQ from Wick
How does Wick bypass anti-bot protections?
Wick uses Chrome’s actual network stack (Cronet – the same BoringSSL and HTTP/2 implementation in real Chrome), so the TLS fingerprint is indistinguishable from a real browser. No simulation or header spoofing is needed.
What platforms are supported?
Wick supports macOS (Homebrew), Linux (apt), and any platform via npm. The binary can also be built from source using cargo build --release.
Does Wick run locally?
Yes, Wick runs entirely locally from your own IP. Your data stays on your machine, and there are no cloud dependencies.
What is Wick Pro?
Wick Pro adds a real Chromium browser engine with stealth patches for JavaScript rendering and advanced anti-detection. It costs $20/month flat with no per-request billing.
How does Wick compare to Firecrawl?
In testing, Wick achieved a 100% anti‑bot success rate vs 83% for Firecrawl. Wick runs locally (Firecrawl is cloud‑based) and offers unlimited free usage versus Firecrawl’s 500‑page free tier.
「ブラウザ自動化」の他のコンテンツ
Slack Slack
microsoftPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
Webpage Screenshot MCP Server
ananddtyagiAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.
Umut Naci
firecrawlThe API to search, scrape, and interact with the web at scale. 🔥
コメント