Skip to content
Cursor

WebPeel for Cursor

io.github.jakeliume/webpeel

Fetch any web page as clean, AI-ready markdown with smart HTTP-to-browser escalation.

client:Cursor transport:stdio runtime:npm

Install WebPeel in Cursor

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

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

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

WebPeel in other clients