Skip to content
Cursor

webclaw for Cursor

io.github.0xmassi/webclaw

Turn any URL into clean markdown/JSON for AI agents. Self-hostable web content extraction.

client:Cursor transport:stdio runtime:npm

Install webclaw in Cursor

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

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

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

webclaw in other clients