# nisrulz/app-privacy-policy-generator | Model Context Protocol (MCP) Server > Generate a customized Privacy Policy and Terms of Use document for your mobile apps - **Stars**: ⭐ 4,592 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "app-privacy-policy-generator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-app-privacy-policy-generator" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "app-privacy-policy-generator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-app-privacy-policy-generator" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-app-privacy-policy-generator` - **Docker**: `docker run -i --rm mcp/app-privacy-policy-generator`