app-privacy-policy-generator

GitHub

Generate a customized Privacy Policy and Terms of Use document for your mobile apps

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "app-privacy-policy-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-app-privacy-policy-generator"
      ]
    }
  }
}