ConsentStack for Claude Desktop
io.consentstack/cookie-consent
Set up GDPR and CCPA cookie consent: create a site, publish a banner, scan and categorize trackers.
client:Claude Desktop
transport:streamable-http
Install ConsentStack in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cookie-consent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.consentstack.io/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs