
Wick
- Updated March 24, 2026
- myleshorton/wick
Gives an AI agent browser-grade web access - fetches any webpage and returns clean markdown, so the agent can read live sites and docs mid-task.
About
Wick is an MCP server that gives AI coding agents browser-grade web access: point it at any URL and it returns clean, readable markdown instead of raw HTML. A solo builder reaches for it when their agent needs to read live documentation, scrape a reference page, or pull current web content into a task without a heavyweight scraping stack.
- Fetches any webpage as clean markdown
- Browser-grade rendering for AI agents
- stdio MCP server via npm (wick-mcp)
- Good for reading live docs and sites mid-task
Wick by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add wick-mcp -- npx -y wick-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | wick-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | March 24, 2026 |
| Repository | myleshorton/wick ↗ |
What it does
Gives an AI agent browser-grade web access - fetches any webpage and returns clean markdown, so the agent can read live sites and docs mid-task.
Who is it for?
agents that need to read live web pages during a task
Skip if: authenticated or heavily JS-gated crawling at scale
What you get
Any URL comes back as clean markdown the agent can reason over.
- clean markdown from any URL
Recommended MCP Servers
FAQ
What does Wick return?
Clean markdown extracted from the fetched webpage.
How is it installed?
As a stdio MCP server from npm (wick-mcp).