npm pagewatch-mcpstreamable-httpMITupdated 1mo ago
An MCP server that gives an agent a real browser. Three tools:
Pagewatch で何ができる?
mcp-name: dev.pagelens/pagewatch
pagewatch-mcp
An MCP server that gives an agent a real browser. Three tools:
read_pageturns any url into clean markdownscreenshotreturns a png of the rendered pagepdfturns 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:
{
"mcpServers": {
"pagewatch": {
"command": "uvx",
"args": ["pagewatch-mcp"]
}
}
}
That is it. uv fetches the package on first run, and your first tool call returns real content.
Or install it yourself with pip:
pip install pagewatch-mcp
{
"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
docker build -t pagewatch-mcp .
docker run --rm -i pagewatch-mcp
License
MIT
インストール
Pagewatch をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"pagewatch-mcp": {
"type": "http",
"url": "https://pagelens.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add pagewatch-mcp -- npx -y pagewatch-mcpcodex mcp add pagewatch-mcp -- npx -y pagewatch-mcpamp mcp add pagewatch-mcp -- npx -y pagewatch-mcp{
"mcpServers": {
"pagewatch-mcp": {
"command": "npx",
"args": [
"-y",
"pagewatch-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pagewatch-mcp": {
"command": "npx",
"args": [
"-y",
"pagewatch-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"pagewatch-mcp": {
"command": "npx",
"args": [
"-y",
"pagewatch-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"pagewatch-mcp": {
"command": "npx",
"args": [
"-y",
"pagewatch-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"pagewatch-mcp": {
"command": "npx",
"args": [
"-y",
"pagewatch-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"pagewatch-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"pagewatch-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"pagewatch-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"pagewatch-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y pagewatch-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス22/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 38 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.2.3最新 | 2026年7月25日 |
| 0.2.2 | 2026年7月25日 |
| 0.2.1 | 2026年7月24日 |
| 0.2.0 | 2026年7月24日 |