Skip to main content
ClaudeWave

MCP server that gives an agent a real browser: url to markdown, screenshot a url, url to pdf. No signup.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
Install in Claude Code / Claude Desktop
Method: pip / Python · pagewatch-mcp
Claude Code CLI
claude mcp add pagewatch-mcp -- python -m pagewatch-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "pagewatch-mcp": {
      "command": "python",
      "args": ["-m", "pagewatch-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install pagewatch-mcp
Casos de uso

Resumen de MCP Servers

mcp-name: dev.pagelens/pagewatch

# pagewatch-mcp

An MCP server that gives an agent a real browser. Three tools:

- `read_page` turns any url into clean markdown
- `screenshot` returns a png of the rendered page
- `pdf` turns a url or raw html into a pdf

Plus `register` and `balance` for managing your key.

It runs javascript, so it works on pages that a plain http fetch returns empty. It
respects robots.txt and refuses sites that block automation instead of trying to
defeat them.

## No signup

Your first call mints a free trial key and returns real content. There is no form
for your agent to get stuck on. When the trial runs out, one email confirmation by
a human unlocks 200 more free credits, still free.

Billing is metered, but there is no payment processor connected right now, so
nothing is ever charged.

## Install

Add this to your MCP client config:

```json
{
  "mcpServers": {
    "pagewatch": {
      "command": "uvx",
      "args": ["pagewatch-mcp"]
    }
  }
}
```

That is it. [uv](https://docs.astral.sh/uv/) fetches the package on first run, and your first tool call
returns real content.

Or install it yourself with pip:

```bash
pip install pagewatch-mcp
```

```json
{
  "mcpServers": {
    "pagewatch": { "command": "pagewatch-mcp" }
  }
}
```

### Already hosted

If you would rather not run anything, the same tools are live at
`https://pagelens.dev/mcp` as a remote MCP server.

## Configuration

Everything is optional.

| Variable | Default | What it does |
|---|---|---|
| `PAGEWATCH_API_KEY` | none | An existing key. Without one, the first call mints a free trial key and hands it back. |
| `PAGEWATCH_BASE_URL` | `https://pagelens.dev` | Point at a different pagewatch deployment. |
| `PAGEWATCH_MCP_TRANSPORT` | `stdio` | Set to `http` to serve streamable-http on `$PORT` instead. |
| `PAGEWATCH_SOURCE` | `mcp-selfhost` | Attribution tag recorded when a key is registered. |

## What this package does and does not do

It is deliberately thin. Every tool is one https call to a documented `/v1` route
on the pagewatch API. There is no browser, no scraping logic and no credential
store in this package. You can read the whole thing in a couple of minutes and
know exactly what it sends and where.

## Docker

```bash
docker build -t pagewatch-mcp .
docker run --rm -i pagewatch-mcp
```

## License

MIT
ai-agentsbrowser-automationclaudeheadless-chromemarkdownmcpmcp-servermodel-context-protocolpdfscreenshoturl-to-markdownweb-scraping

Lo que la gente pregunta sobre pagewatch-mcp

¿Qué es toolshedlabs-hash/pagewatch-mcp?

+

toolshedlabs-hash/pagewatch-mcp es mcp servers para el ecosistema de Claude AI. MCP server that gives an agent a real browser: url to markdown, screenshot a url, url to pdf. No signup. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala pagewatch-mcp?

+

Puedes instalar pagewatch-mcp clonando el repositorio (https://github.com/toolshedlabs-hash/pagewatch-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar toolshedlabs-hash/pagewatch-mcp?

+

toolshedlabs-hash/pagewatch-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene toolshedlabs-hash/pagewatch-mcp?

+

toolshedlabs-hash/pagewatch-mcp es mantenido por toolshedlabs-hash. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a pagewatch-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega pagewatch-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: toolshedlabs-hash/pagewatch-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/toolshedlabs-hash-pagewatch-mcp)](https://claudewave.com/repo/toolshedlabs-hash-pagewatch-mcp)
<a href="https://claudewave.com/repo/toolshedlabs-hash-pagewatch-mcp"><img src="https://claudewave.com/api/badge/toolshedlabs-hash-pagewatch-mcp" alt="Featured on ClaudeWave: toolshedlabs-hash/pagewatch-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a pagewatch-mcp