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 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...

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.

🤖

MCP Native

Designed for AI agents from day one. Works instantly with Claude Code, Cursor, Windsurf, and any MCP-compatible client. One command to install.

Free & Open Source

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

Three commands. That's it.

01

Install

One line. Homebrew on macOS, or grab the binary from GitHub releases.

brew install wick
02

Setup

Wick auto-detects your MCP clients and configures them.

wick setup
03

Use

Your agent now has wick_fetch. Ask it to read any webpage. It just works.

Works with your tools

>_
Claude Code
Cursor
Windsurf
Any MCP Client

Light the wick

Give your AI agent the web access it deserves.
Free, open source, and ready in 30 seconds.

Get Wick on GitHub