Skip to main content
CommunicationTypeScript

YCloud-Developers/ycloud-whatsapp-mcp-server

MCP server for WhatsApp Business Platform by YCloud.

communicationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "ycloud-whatsapp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "YCloud-Developers/ycloud-whatsapp-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
YCloud-Developers