Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. Pagewatch
Pagewatch logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 7:31:41 AM

Pagewatch

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
browser-automationweb-accessscreenshotspdfmcp

Pagewatch MCP server reads rendered URLs as markdown and returns screenshots or PDFs through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

The install command below didn't complete successfully in our automated test.

uvx pagewatch-mcp

Downloading cryptography (4.5MiB) Downloading pydantic-core (2.0MiB) Downloaded pydantic-core Downloaded cryptography Installed 32 packages in 13ms Traceback (most recent call last): File "/home/user/.cache/uv/archive-v0/-jabI_QSuRsb0odc/bin/pagewatch-mcp", line 6, in <module> from pagewatch_mcp.server import main File "/home/user/.cache/uv/archive-v0/-jabI_QSuRsb0odc/lib/python3.11/site-packages/pagewatch_mcp/server.py", line 23, in <module> from mcp.server.fastmcp import FastMCP

This is an experimental automated check and can have false negatives β€” missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 7d ago.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pagewatch-2": {
      "command": "uvx",
      "args": [
        "pagewatch-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Overview

Pagewatch MCP server gives agents browser-based access to web pages through tools for reading, screenshots, and PDF generation. It renders JavaScript, which supports pages that may return empty results to a basic HTTP fetch, while respecting robots.txt and refusing blocked automation. The package runs locally over stdio with uvx, or the same tools can be accessed from the hosted endpoint at https://pagelens.dev/mcp. Reach for it when an agent needs page content, a rendered image, or a PDF from a URL or supplied HTML.

Use cases

β€’Read JavaScript-rendered documentation as Markdown
β€’Capture rendered websites as PNG screenshots
β€’Convert URLs or raw HTML into PDFs
β€’Inspect Pagewatch usage and register access keys

Key features

β€’URL to clean Markdown
β€’Rendered website screenshots
β€’URL or HTML to PDF
β€’JavaScript page rendering
β€’Optional hosted MCP endpoint
β€’Robots.txt compliance

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Pagewatch.

Extracted Tool Capabilities
URL to clean Markdown
Rendered website screenshots
URL or HTML to PDF
JavaScript page rendering
Optional hosted MCP endpoint
Robots.txt compliance

How Pagewatch works

What the Pagewatch MCP server does

Pagewatch MCP server exposes web-rendering operations to MCP clients. Its three primary tools are read_page, screenshot, and pdf:

  • read_page converts a URL into clean Markdown.
  • screenshot returns a PNG of the rendered page.
  • pdf creates a PDF from either a URL or raw HTML.

The service runs JavaScript while rendering pages. That makes it suitable for sites whose content is not present in the response from a plain HTTP request. It is intended for browser-style access rather than general-purpose scraping logic embedded in the local package.

Two additional tools, register and balance, support key management. On its first call, the service can mint a free trial key and return it with the result. After the trial is used, a human can confirm one email address to unlock 200 additional free credits. The README states that billing is metered but that no payment processor is currently connected, so calls are not charged at present.

How it works

The local package is a thin MCP client for the Pagewatch API. Each tool makes one HTTPS request to a documented /v1 API route; the package does not include a browser, scraping implementation, or credential store. Rendering and conversion are handled by the Pagewatch service.

Pagewatch MCP server can run locally through stdio, or it can use the hosted MCP endpoint at https://pagelens.dev/mcp. The local process can also be configured to serve streamable HTTP by changing its transport setting and providing a port through the runtime environment.

The service respects robots.txt. When a site blocks automation, it refuses the request instead of attempting to bypass that restriction.

Setup and configuration

The documented local setup uses uvx:

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

As an alternative, install the package with pip install pagewatch-mcp and configure the resulting pagewatch-mcp command as the MCP server. Docker is also supported through the repository's Dockerfile with docker build -t pagewatch-mcp . followed by an interactive container run.

All configuration variables are optional. PAGEWATCH_API_KEY supplies an existing key; without it, the first call requests a free trial key. PAGEWATCH_BASE_URL changes the API base URL and defaults to https://pagelens.dev. PAGEWATCH_MCP_TRANSPORT defaults to stdio and accepts http for streamable HTTP. PAGEWATCH_SOURCE sets the attribution value recorded during key registration and defaults to mcp-selfhost.

Tools and capabilities

The available operations are:

  • read_page: obtain clean Markdown from a URL.
  • screenshot: obtain a PNG of a rendered website.
  • pdf: convert a URL or raw HTML into a PDF.
  • register: manage or create an access key.
  • balance: inspect key-related usage information.

Use read_page for agent-readable page content, screenshot when visual output is needed, and pdf when a document artifact is required. The Pagewatch MCP server is especially relevant for JavaScript-rendered pages that a non-rendering fetch cannot populate.

Limitations and notes

The package itself does not contain the browser or page-processing engine; it forwards requests to the Pagewatch API. A reachable Pagewatch deployment is therefore part of the runtime path. Sites that disallow automation are not processed, and the server does not try to evade those controls.

The README describes free trial access and additional free credits after email confirmation, but it does not document credit amounts for the initial trial. It also states that no payment processor is connected currently, so pricing and charging behavior could change independently of the local package. The hosted endpoint is available for users who do not want to run the local process.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Snaprender MCP logoSnaprender MCP

    Screenshot API for AI agents β€” capture any website as PNG, JPEG, WebP, or PDF with device emulation, dark mode, ad blocking, and cookie banner removal. Free tier included.

    πŸ“‚ Browser Automation2 views
    Compare vs Snaprender MCP β†’
  • Rendex MCP logoRendex MCP

    Screenshot, PDF, and HTML rendering API for AI agents. Capture any URL or raw HTML as PNG/JPEG/WebP/PDF with batch processing, geo-targeting, async webhooks, and MCP-native integration. Free tier included.

    πŸ“‚ Browser Automation2 views
    Compare vs Rendex MCP β†’
  • Pagebolt MCP logoPagebolt MCP

    MCP server for screenshots, PDFs, OG images, and narrated video recording from Claude Desktop, Cursor, and Windsurf.

    πŸ“‚ Browser Automation2 views
    Compare vs Pagebolt MCP β†’
  • Real Browser MCP logoReal Browser MCP

    MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication.

    πŸ“‚ Browser Automation3 views
    Compare vs Real Browser MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

npm downloads
91
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Install check
Inconclusive
Install command did not finish in our automated test.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pagewatch

Add `uvx` with the `pagewatch-mcp` package to your MCP client configuration, or install it with `pip install pagewatch-mcp` and run the `pagewatch-mcp` command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPagewatch AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pagewatch-2?style=directory)](https://allmcps.com/mcp/pagewatch-2)
HTML Embed
<a href="https://allmcps.com/mcp/pagewatch-2"><img src="https://allmcps.com/api/badge/pagewatch-2?style=directory" alt="Pagewatch on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
6/7 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 25, 2026
npm downloads91/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 6d ago via OSV.dev Β· pagewatch-mcp (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Best PDF MCP servers β†’Alternatives to Pagewatch β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients