iflow-mcp/whatsapp

MCP Server

MCP WhatsApp Server - interact with WhatsApp Web (messages, contacts, media)

WhatsApp Web messaging MCP server. Send messages, manage contacts, and share media via WhatsApp Web protocol.

MCP Server

  • Package: @iflow-mcp/mcp-whatsapp-web
  • Transport: stdio
  • Command: npx -y @iflow-mcp/mcp-whatsapp-web

Authentication

QR code scan via get_qr_code tool on first run; session persists locally

VariableRequiredDescription
No environment variables required

Available Tools

ToolDescription
get_qr_codeGenerate QR code for auth
send_messageSend message
search_contactsSearch contacts
list_chatsList conversations
send_mediaShare media

Configuration Example

toml
[[mcp.servers]]
name = "whatsapp"
type = "stdio"
command = "npx"
args = ["-y", "@iflow-mcp/mcp-whatsapp-web"]
timeout_seconds = 60
tools = []

Notes: No env vars needed. Auth via QR code scanning with WhatsApp mobile app.