Loomal

Wick

MCP server by github.com/myleshorton/wick

Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.

0 starsnpm: wick-mcp

About Wick

Wick is an MCP (Model Context Protocol) server published by myleshorton in the official MCP registry, listed under Autonomous Agents on Loomal. Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.

It ships as an npm package (wick-mcp), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/myleshorton/wick.

Use Wick with your agent

Claude Code · one command
claude mcp add wick-mcp -- npx -y wick-mcp
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "wick-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wick-mcp"
      ]
    }
  }
}
npmwick-mcp

Frequently asked questions

What is Wick?
Wick is an MCP (Model Context Protocol) server by myleshorton in the Autonomous Agents category. Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.
How do I connect Wick to Claude, Cursor, or another MCP client?
Install Wick from its npm package (wick-mcp) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is Wick open source?
Yes — the source code is public at github.com/myleshorton/wick.
Can AI agents pay to use Wick?
Not yet through Loomal — Wick is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain Wick? Claim this listing free by verifying GitHub ownership, or contact us.