mcp-zap

mediatriforce-create/mcp-zap
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server para enviar e receber mensagens no WhatsApp direto do Claude Code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-zap": {
      "command": "uvx",
      "args": [
        "mcp-zap"
      ]
    }
  }
}

Or install with pip: pip install mcp-zap