Skip to content
Claude Desktop

Wick for Claude Desktop

io.github.wickproject/wick

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

client:Claude Desktop transport:stdio runtime:npm

Install Wick in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "wick": {
      "command": "npx",
      "args": [
        "-y",
        "wick-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Wick in other clients