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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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