← Back to Plugins
MCP Server MCP

WhatsApp MCP

github By github 👁 1 views ▲ 0 votes

WhatsApp MCP. SQLCipher-encrypted, scrubber-CI-gated, draft-and-confirm sends, voice transcription.

Homepage Verified source GitHub

Install

uvx adelaidasofia-whatsapp-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "adelaidasofia-whatsapp-mcp",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hostname for the Go bridge REST API.",
          "format": "string",
          "default": "127.0.0.1",
          "name": "WHATSAPP_BRIDGE_HOST"
        },
        {
          "description": "Port for the Go bridge REST API.",
          "format": "string",
          "default": "8080",
          "name": "WHATSAPP_BRIDGE_PORT"
        },
        {
          "description": "Absolute path to a vault CRM folder for auto-injection (e.g., Obsidian 'CRM/'). When unset, CRM injection is disabled.",
          "format": "string",
          "name": "WHATSAPP_VAULT_CRM_PATH"
        },
        {
          "description": "Voice-note transcription backend. 'local-cpp' (default, private) or 'openai-api' (opt-in).",
          "format": "string",
          "default": "local-cpp",
          "name": "WHATSAPP_WHISPER_BACKEND"
        },
        {
          "description": "OpenAI API key. Required only when WHATSAPP_WHISPER_BACKEND=openai-api.",
          "format": "string",
          "isSecret": true,
          "name": "WHATSAPP_WHISPER_API_KEY"
        },
        {
          "description": "whisper.cpp model name. Only used when backend is local-cpp.",
          "format": "string",
          "default": "large-v3",
          "name": "WHATSAPP_WHISPER_MODEL"
        },
        {
          "description": "Strip known prompt-injection patterns from incoming messages before the LLM sees them.",
          "format": "string",
          "default": "true",
          "name": "WHATSAPP_SCRUB_PROMPT_INJECTION"
        },
        {
          "description": "Log every tool call to audit.log.",
          "format": "string",
          "default": "true",
          "name": "WHATSAPP_AUDIT_LOG"
        },
        {
          "description": "Enable SQLCipher DB encryption with the key sourced from macOS Keychain.",
          "format": "string",
          "default": "true",
          "name": "WHATSAPP_ENCRYPT_DB"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...