Odel
secure privacy mcp

secure privacy mcp

Local
@secureprivacyTypeScriptUpdated 9mo ago

An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsecure-privacy-mcpv1.1.1

Run

npx -y secure-privacy-mcp

MCP client config

{
  "mcpServers": {
    "secure-privacy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "secure-privacy-mcp"
      ]
    }
  }
}