Skip to content
Cursor

privacypage mcp for Cursor

io.github.rushi053/privacypage-mcp

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

client:Cursor transport:stdio runtime:npm

Install privacypage mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "privacypage-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "privacypage-mcp"
      ],
      "env": {
        "PRIVACYPAGE_LICENSE_KEY": "<PRIVACYPAGE_LICENSE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

privacypage mcp in other clients