Open Source · Free Forever

Your AI agent is blind on the web

When your agent tries to read a webpage, it gets blocked. Wick gives it the same access you have — running locally, from your own IP.

Get Started View on GitHub →
$ brew tap wickproject/wick && brew install wick && wick setup Copied!
Scroll

Anti-bot systems block every request your agent makes

Modern websites fingerprint incoming connections at multiple layers. Your AI agent's HTTP requests look nothing like a real browser — different network signature, different protocol behavior, missing browser signals. The result: 403 errors, CAPTCHA walls, or degraded content. Your agent is left apologizing instead of helping.

Wick makes your agent's requests indistinguishable from yours

Wick runs as a lightweight local service on your machine. When your agent needs to fetch a page, Wick handles the request using the same technology real browsers use — authentic, not mimicked. The request goes out from your own residential IP, with your own cookies. To the website, it looks like you browsing normally. Because it basically is.

Same page. Different results.

Without Wick
> agent fetches nytimes.com

403 Forbidden

I'm sorry, I wasn't able to access
that page. The site appears to be
blocking automated requests.

You could try copying the content
and pasting it here...
With Wick
> agent fetches nytimes.com

200 OK · 897ms

# The New York Times

BREAKING: The Justice Department
is examining whether President...

The pace of ICE arrests nationwide
has topped 1,100 per day on average...
wick_search
> wick search "rust programming language"

1. Rust Programming Language
   rust-lang.org — Fast, reliable, productive.
2. Rust (programming language) - Wikipedia
   General-purpose language emphasizing performance...
3. wick-mcp on NPM
   Browser-grade web access for AI agents.
HTTP API — works with any tool
$ wick serve --api
API running at http://127.0.0.1:8090

$ curl "localhost:8090/v1/fetch?url=https://nytimes.com"
{"status": 200, "content": "# The New York Times..."}

Python, LangChain, n8n, Jupyter, curl — anything.

Built for agents. Trusted by humans.

Everything your agent needs to access the real web, nothing it doesn't.

🌐

Browser-Grade Access

Wick uses the same networking technology as real browsers. Not an imitation — the real thing. Websites can't tell the difference because there isn't one.

🏠

Runs Locally

Everything happens on your machine. No cloud proxy, no third-party servers. Your data never leaves your network unless you're the one sending it.

📄

Clean Markdown Output

Raw HTML is useless to an LLM. Wick strips boilerplate, navigation, and ads, returning clean, structured markdown your agent can actually use.

🔒

Your IP, Your Request

No pooled residential IPs. No sketchy proxy networks. Requests go out from your own connection — because you're the one making them, through your agent.

🕷

Crawl & Map

wick_crawl follows links and returns markdown from multiple pages. wick_map discovers all URLs on a site. Build RAG pipelines, scrape docs, index entire sites.

🤖

MCP + HTTP API

Works with Claude Code, Cursor, and any MCP client. Also runs as a local HTTP APIwick serve --api gives Python, LangChain, n8n, and anything else browser-grade access.

🔍

Search & Download

wick_search for web search. wick_download for video/audio from Reddit, YouTube, Twitter, and 1000+ sites. Six tools, one server.

Free & Open Source

Wick is MIT-licensed and costs nothing to run. Built by the creator of Lantern, with over a decade of experience in internet access technology.

Free to start. Scale when you need more.

Free
$0

For developers and individual agents

  • ✓ Browser-grade TLS fingerprint
  • ✓ Clean markdown extraction
  • ✓ MCP server (Claude, Cursor, etc.)
  • ✓ Persistent cookies
  • ✓ robots.txt respect
  • ✓ Residential IP routing
  • ✓ IP tunneling to local machine
  • ✓ macOS + Linux, one-command install
  • ✓ Open source, runs locally
Get Started Free
Pro
$20/mo

For power users and teams

  • ✓ Everything in Free
  • ✓ Full JavaScript rendering
  • ✓ Advanced anti-detection
  • ✓ Adaptive per-site optimization
Upgrade in CLI
Enterprise
Custom

For companies accessing high-value data

  • ✓ Everything in Pro
  • ✓ Automated CAPTCHA handling
  • ✓ Geo-restriction bypass
  • ✓ Dedicated support + SLA
Contact Us

Cloud server. Your residential IP.

Run Wick on a cloud server but exit from your residential IP. Three commands, zero configuration files.

01

Install

# Linux server: curl -fsSL https://releases.getwick.dev/install-pro.sh -o /tmp/wp.sh && WICK_KEY=your_key sudo -E bash /tmp/wp.sh # macOS: WICK_KEY=your_key curl -fsSL https://releases.getwick.dev/install-pro-mac.sh | bash

We'll give you an API key when you sign up. One command, both platforms.

02

Connect your residential IP

# On your server: sudo wick-tunnel init # prints a token # On your laptop: sudo wick-tunnel join <token> # connects your IP

WireGuard tunnel routes server traffic through your residential IP. Survives wifi changes.

03

Fetch anything

wick fetch https://any-site.com

Renders JavaScript, bypasses anti-bot systems, adapts to each site. Gets faster over time.

100% success rate

We tested Wick Pro against 25 sites spanning Cloudflare, Akamai, PerimeterX, AWS WAF, and custom anti-bot systems. Wikipedia, NYTimes, Amazon, LinkedIn, Bloomberg, Walmart, Glassdoor, Instagram, Twitter/X — every single one returned content.

25/25
sites fetched
5 tiers
of anti-bot protection
0 cloud
dependencies

Wick vs. the alternatives

Wick Free Wick Pro Firecrawl Bright Data MCP Browserbase Playwright MCP
Anti-bot success rate 100% 100% 83% ~100% 90%
JS rendering
Runs locally
Your residential IP Pooled Pooled
Clean markdown
Geo-restriction bypass Paid Paid
Your data stays local
MCP native
Free tier Forever 500 pages 5K requests Trial Free
Paid pricing $0 $20/mo flat $19-599/mo Usage-based $20-99/mo $0

Install in seconds. Any platform.

01

Install via Homebrew

brew tap wickproject/wick && brew install wick
02

Configure

Auto-detects Claude Code, Cursor, and other MCP clients.

wick setup
03

Use

Your agent now has wick_fetch and wick_search. Search the web, read any page.

Works with your tools

>_
Claude Code
Cursor
Windsurf
Any MCP Client

Light the wick

Free and open source for developers. Custom solutions for companies that need more.

Get Wick Free Talk to us about Pro →