mcpbeat Sign in

ClawPage MCP Server

local only

ClawPage runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 7 Feb 2026.

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

Installs per day peak 23 · avg 6 · -19% w/w
a month agotoday
39
Installs / week
npm · clawpage-mcp
0
Stars
0 open issues
7 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check ClawPage every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clawpage-mcp -- npx -y clawpage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawpage-mcp": {
      "args": [
        "-y",
        "clawpage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clawpage-mcp]
command = "npx"
args = ["-y", "clawpage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clawpage-mcp": {
      "args": [
        "-y",
        "clawpage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clawpage-mcp": {
      "args": [
        "-y",
        "clawpage-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ClawPage

same job, measured the same way
Web Content Extractor
by agenson-horrowitz

Extract and process web content into clean, structured formats optimized for LLMs.

81 installs/wk local only
I
Perpage MCP Server
by cal-dev-tech

Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.

39 installs/wk local only
Saas Pricing Extractor
by dataleadspro

Extract and structure pricing pages from any SaaS site: plans, tiers, and features.

1 tools answering
AI Website-to-JSON Data Scraper & Extractor
by ranovam

Turn any website into structured JSON data matching your custom schema.

answering
C
Hydrafetch
by hydrafetch

Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.

13 tools answering
C
AgenticTotem Web Extractor
by agentictotem

AI web extraction: send URLs + a JSON Schema, get clean structured data. Pay-per-use via x402.

1 tools answering
I
webclaw
by 0xmassi

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

298 installs/wk local only
Extend
by extend

Turn documents into structured data: parse, extract, classify, split, and fill PDF forms.

answering

ClawPage — questions

Answers built from our own checks of this server.

Why is there no uptime for ClawPage?
ClawPage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package clawpage-mcp was installed 39 times last week.
How do I connect ClawPage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clawpage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ClawPage?
The npm package clawpage-mcp was installed 39 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ClawPage open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.