mcpbeat Sign in

Privacypage MCP Server

local only

Privacypage MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 2 Sep 2026.

Generate privacy policies, ToS, EULAs, cookie policies & disclaimers from your AI agent.

Installs per day peak 174 · avg 7
a month agotoday
26
Installs / week
npm · privacypage-mcp
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: PRIVACYPAGE_LICENSE_KEY (Optional PrivacyPage license key ($9.99 one-time at privacypage.io) used by get_full_document to unlock full documents. Free previews work without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Privacypage MCP

same job, measured the same way
Katla
by katla

GDPR/CCPA cookie consent: scan sites for cookies, track consent rates, generate privacy policies.

answering
Unlocalhost
by info-arnav

Deploy localhost to a private, authenticated link from your AI coding agent.

28 installs/wk local only
Pictify Io
by pictify-io

Generate images, GIFs, videos, and PDFs from HTML, URLs, or templates — from your AI agent.

208 installs/wk 25 tools answering
Imejis
by imejis

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

answering
C
Appscreenshotstudio
by appscreenshotstudio

Generate App Store and Play Store screenshots from your coding agent, at exact store sizes.

191 installs/wk local only
PagerDuty MCP
by servosity

Operate PagerDuty from your AI agent via MCP.

local only
DocMake
by docmake

Generate DOCX and PDF documents from your DocMake templates

34 installs/wk local only
Distribea MCP
by distribea

Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.

49 installs/wk 12 tools answering

Privacypage MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Privacypage MCP?
Privacypage MCP 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 privacypage-mcp was installed 26 times last week.
How do I connect Privacypage MCP?
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 privacypage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Privacypage MCP?
The npm package privacypage-mcp was installed 26 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Privacypage MCP 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.