Odel
ClawPage

ClawPage

Local
@skypherTypeScriptMITUpdated 7mo ago

Extract and structure any web page into clean JSON. Free tier: 10/day.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclawpage-mcpv0.2.1

Run

npx -y clawpage-mcp

MCP client config

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