PrivacyFlow MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PrivacyFlow MCP Serversend a Signal message to +1234567890 saying 'Meeting at 3pm'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PrivacyFlow MCP Server
MCP server for PrivacyFlow — encrypted messaging via Signal, SimpleX, and Session.
Setup
Prerequisites
Node.js >= 18
A PrivacyFlow API key from the PrivacyFlow dashboard
Installation
npm install -g privacyflow-mcp-serverAlternatively, use npx for on-demand execution without installing:
npx -y privacyflow-mcp-serverConfiguration
Set the following environment variables:
Variable | Required | Default | Description |
| Yes | — | Your PrivacyFlow API key |
| No |
| API base URL |
| No |
| Auth header: |
Usage
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"privacyflow": {
"command": "npx",
"args": ["-y", "privacyflow-mcp-server"],
"env": {
"PRIVACYFLOW_API_KEY": "pf_live_your_key_here",
"PRIVACYFLOW_BASE_URL": "https://api.privacyflow.app"
}
}
}
}OpenCode (.opencode.json)
{
"mcp": {
"privacyflow": {
"type": "local",
"command": "npx",
"args": ["-y", "privacyflow-mcp-server"],
"env": {
"PRIVACYFLOW_API_KEY": "pf_live_your_key_here",
"PRIVACYFLOW_BASE_URL": "https://api.privacyflow.app"
},
"enabled": true
}
}
}Cursor
Add to your Cursor MCP config (~/.cursor/mcp.json):
{
"mcpServers": {
"privacyflow": {
"command": "npx",
"args": ["-y", "privacyflow-mcp-server"],
"env": {
"PRIVACYFLOW_API_KEY": "pf_live_your_key_here",
"PRIVACYFLOW_BASE_URL": "https://api.privacyflow.app"
}
}
}
}Related MCP server: XMTP MCP Server
Tools
Tool | Description |
| Check API health and version |
| Verify API key validity and list authorized app IDs |
| List authorized apps with names, active state, and configured messengers |
| Poll incoming messages from your app queue |
| Send messages via PrivacyFlow |
Resources
privacyflow://docs/api— API endpoint documentationprivacyflow://docs/contact-formats— Signal/Session/SimpleX contact ID formats
Prompts
privacyflow_reply_to_message— Reply to a polled message preserving routing fieldsprivacyflow_broadcast— Broadcast a message to multiple contacts
Development
npm install # Install dependencies
npm run dev # Run with tsx (development)
npm run build # Build TypeScript
npm test # Run testsTesting with MCP Inspector
npx @modelcontextprotocol/inspector node build/index.jsLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI models to interact with messages from various messaging platforms (Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger) through a standardized interface.Last updated316MIT
- AlicenseAquality-maintenanceEnables AI agents to interact with the XMTP decentralized messaging network. Supports sending encrypted messages, managing conversations, and streaming real-time messages to any XMTP-enabled wallet address.Last updated623
- AlicenseAqualityDmaintenanceEnables AI agents to discover each other and communicate through cryptographically verified messaging and secure inbox management via the Agents Registry. It provides tools for Ed25519-based identity authentication, message signing, and agent discovery across domains.Last updated632MIT
- Alicense-qualityCmaintenanceEnables async, authenticated messaging between AI agents with explicit authorization and persistent inbox.Last updated3MIT
Related MCP Connectors
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Anonymous eSIMs, phone numbers, and SMS codes in 190+ countries. Crypto-paid; agents self-onboard.
Continuity protocol for autonomous AI agents. Agent messaging with SMTP bridge and LN payments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/privacyflow-app/privacyflow-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server