Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Browser-grade web access for AI agents. Docs | Blog | getwick.dev
Your AI agent gets blocked on the web. Wick fixes that.
Wick is an MCP server that uses Chrome's actual network stack so the TLS fingerprint is identical to a real browser. It runs locally from your own IP, and returns clean markdown. We tested it against 25 anti-bot-protected sites β Cloudflare, Akamai, PerimeterX, AWS WAF β and scored 100%.
Built by the creator of Lantern, a censorship circumvention tool used by 150M+ people in Iran, China, and Russia. The same TLS evasion techniques that bypass government censors, applied to anti-bot walls.
macOS (Homebrew):
Linux (apt):
npm (any platform):
wick setup auto-detects your MCP clients (Claude Code, Cursor, etc.) and configures them.
wick_fetchFetch any URL and get clean, LLM-friendly markdown. Sites that block standard HTTP clients return full content because Wick uses Chrome's actual TLS fingerprint.
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | The URL to fetch |
format | string | "markdown" | Output: markdown, html, or text |
respect_robots | bool | true | Whether to respect robots.txt |
wick_crawlCrawl a website starting from a URL. Follows same-domain links, fetches each page through Chrome's TLS pipeline, and returns markdown for every page.
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Starting URL |
max_depth | number | 2 | How many links deep to follow (max 5) |
max_pages | number | 10 | Pages to fetch (max 50) |
path_filter | string | none | Only crawl paths starting with this prefix |
respect_robots | bool | true | Whether to respect robots.txt |
wick_mapDiscover all URLs on a site. Checks sitemap.xml first, then follows links.
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Starting URL |
limit | number | 100 | Max URLs to discover (max 5000) |
use_sitemap | bool | true | Check sitemap.xml first |
path_filter | string | none | Only include paths with this prefix |
wick_searchSearch the web. Use wick_fetch to read any result in full.
wick_downloadDownload video and audio from Reddit, YouTube, Twitter, and 1000+ other sites. Powered by yt-dlp.
wick_sessionClear cookies and session data to start fresh.
Wick also runs as a local HTTP API server, making it accessible to any tool β Python, LangChain, n8n, curl, custom agents.
All endpoints return JSON. Full API docs.
We tested Wick Pro against 25 sites spanning five tiers of protection:
| Protection | Sites | Result |
|---|---|---|
| Minimal | Wikipedia, GitHub, Hacker News, ArXiv, NPR | 5/5 |
| Cloudflare | Stack Overflow, Medium, ESPN, Craigslist, IMDb | 5/5 |
| Aggressive | NYTimes, Reddit, Amazon, LinkedIn, Indeed, Zillow, Yelp | 7/7 |
| PerimeterX / Akamai | Glassdoor, Walmart, Target, Best Buy, Pinterest, Instagram, Twitter/X | 7/7 |
| Very aggressive | Bloomberg | 1/1 |
All running locally with zero cloud dependencies.
| Wick | Firecrawl | Bright Data | Browserbase | Playwright MCP | |
|---|---|---|---|---|---|
| Anti-bot success rate | 100% | 83% | ~100% | 90% | 0% |
| Runs locally | Yes | No | No | No | Yes |
| Crawl / Map | Yes | Yes | No | No | No |
| Your residential IP | Yes | No | Pooled | Pooled | Yes |
| Your data stays local | Yes | No | No | No | Yes |
| Free | Unlimited | 500 pages | 5K req/mo | 1 hr | Free |
| Pro pricing | $20/mo flat | $19-599/mo | Usage-based | $20-99/mo | Free |
Anti-bot systems fingerprint the TLS handshake β the cipher suites, extensions, and ordering that your HTTP client uses. Go, Python, and Node libraries have distinct TLS signatures that Cloudflare and Akamai identify in milliseconds.
Wick uses Chrome's actual network stack (Cronet β the same BoringSSL and HTTP/2 implementation in real Chrome), so the fingerprint is indistinguishable from a real browser. No simulation, no header spoofing β the real thing.
For teams that need JavaScript rendering, advanced anti-detection, and access to sites with aggressive bot protection. Pro adds a real Chromium browser engine with stealth patches.
$20/month flat. No per-request billing. Learn more at getwick.dev or contact us.
Claude Code β add to CLAUDE.md:
Cursor β add to .cursorrules:
Other MCP agents β add to your system prompt or AGENTS.md:
The binary is at rust/target/release/wick.
MIT
getwick.dev | Docs | Blog | hello@getwick.dev
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wick-2)<a href="https://allmcps.com/mcp/wick-2"><img src="https://allmcps.com/api/badge/wick-2?style=directory" alt="Wick on AllMCPs" /></a>