Back to Home
Harikrishnan46624 icon

WHATSAPP-MCP-SERVER

Verified Safe

by Harikrishnan46624

Overview

A production-grade Model Context Protocol (MCP) server for the WhatsApp Cloud API, designed for agent-first workflows.

Installation

Run Command
docker run -p 2001:2001 whatsapp-mcp-server

Environment Variables

  • MCP_API_TOKEN
  • MCP_PORT
  • MCP_TRANSPORT

Security Notes

The server correctly loads `MCP_API_TOKEN` from environment variables. WhatsApp credentials are passed via request headers and stored in a session-scoped dictionary in memory (`_session_creds`), which is appropriate for per-request authentication and multi-tenancy. No `eval` or other dangerous functions were found. The use of `httpx` for external API calls is standard. Assuming FastMCP's session ID management is robust, the in-memory storage of WhatsApp credentials within a session context is acceptable.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

WhatsAppCloud APIMCPAgentic AIMessaging