mcpbeat Sign in

PageMap MCP Server

local only

PageMap runs on your own machine — the client starts it, so there is no endpoint to ping. 190 installs a week from pypi. Last commit 21 May 2026.

Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy

Installs per day peak 91 · avg 34 · -31% w/w
a month agotoday
190
Installs / week
pypi · retio-pagemap
36
Stars
0 open issues
21 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check PageMap 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 pagemap -- uvx retio-pagemap
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pagemap": {
      "args": [
        "retio-pagemap"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pagemap]
command = "uvx"
args = ["retio-pagemap"]
.cursor/mcp.json
{
  "mcpServers": {
    "pagemap": {
      "args": [
        "retio-pagemap"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pagemap": {
      "args": [
        "retio-pagemap"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to PageMap

same job, measured the same way
Playwright Report MCP
by hubertgajewski

Run Playwright tests and surface structured results for AI agents doing test failure analysis.

171 installs/wk local only
Terminal MCP Server
by aybelatchane

MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.

67 installs/wk local only
ZeroDOM
by devhusnainai

Token-optimized interaction graph for AI browser agents — 71% fewer tokens than ARIA snapshots.

163 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
Periscope MCP
by segentic-lab

Web-app QA for AI agents: 73 Playwright tools — auth, E2E, a11y/SEO/GEO, Web Vitals + Lighthouse

local only
Noncelogic
by noncelogic

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

60 installs/wk local only
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
C
Reflex
by reflexmcp

Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.

129 installs/wk local only

PageMap — questions

Answers built from our own checks of this server.

Why is there no uptime for PageMap?
PageMap 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 pypi package retio-pagemap was installed 190 times last week.
How do I connect PageMap?
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 retio-pagemap straight from pypi; nothing to host, nothing to sign up for.
How many people use PageMap?
The pypi package retio-pagemap was installed 190 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PageMap open source?
We cannot say either way: written in Python and 36 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.