Skip to content
Cursor

Wick for Cursor

io.github.wickproject/wick

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

client:Cursor transport:stdio runtime:npm

Install Wick in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Wick in other clients