Skip to main content
Glama
fcavalcantirj

Zapr WhatsApp MCP Server

zapr-mcp

Zapr WhatsApp MCP Server - Send WhatsApp messages from Claude Desktop and other MCP-compatible LLMs.

Installation

pip install zapr-mcp

Or with uv (recommended):

uv run --with zapr-mcp zapr-mcp

Related MCP server: WhatsApp MCP Server

Configuration

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "zapr-whatsapp": {
      "command": "uv",
      "args": ["run", "--with", "zapr-mcp", "zapr-mcp"],
      "env": {
        "ZAPR_SESSION_ID": "your-session-id-here",
        "ZAPR_API_HOST": "https://api.zapr.link"
      }
    }
  }
}

Features

  • ✅ Send WhatsApp messages to single or multiple recipients

  • ✅ Validate phone numbers

  • ✅ Check session status

  • ✅ Automatic session authentication

  • ✅ Rate limiting support

  • ✅ Full MCP protocol compliance

Tools Available

  • send_whatsapp - Send a message to a single number

  • bulk_send_whatsapp - Send messages to multiple numbers

  • get_session_status - Check WhatsApp session status

  • validate_number - Validate if a number is on WhatsApp

Requirements

  • Python 3.10+

  • Active zapr.link session

  • Claude Desktop or any MCP-compatible client

Support

For support, visit zapr.link or contact support@zapr.link

License

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

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

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/fcavalcantirj/zapr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server