
Whatsapp Macos
Read WhatsApp threads from the local macOS database and send replies via WhatsApp Web through your AI agent.
Overview
whatsapp-macos is a MCP server for the Grow phase that reads WhatsApp messages from the local macOS database and sends messages via WhatsApp Web for agent-assisted support.
What is this MCP server?
- PyPI package whatsapp-mcp-macos v0.1.1 with stdio MCP transport
- Reads messages from the local WhatsApp macOS database
- Sends outbound messages through WhatsApp Web automation
- macOS-only integration from github.com/kalki-kgp/whatsapp-mcp
- Server version 0.1.1
- PyPI identifier whatsapp-mcp-macos
- stdio transport only in published server.json
Community signal: 2 GitHub stars.
What problem does it solve?
Solo operators lose support context when WhatsApp lives outside the agent workspace and every reply requires manual copy-paste on a Mac.
Who is it for?
Mac-based indie founders who run customer support primarily in WhatsApp and want agent-drafted responses with local message access.
Skip if: Windows or Linux users, teams needing official WhatsApp Business API compliance without local DB access, or regulated inboxes that forbid desktop automation.
What do I get? / Deliverables
After installing whatsapp-mcp-macos over stdio, your agent can read local chat history and send WhatsApp Web replies from the same MCP session.
- Agent-readable WhatsApp conversation context from local storage
- Outbound WhatsApp Web messages sent via MCP tools
- stdio MCP bridge registered in the desktop agent
Recommended MCP Servers
Journey fit
Grow is the canonical shelf because founders use WhatsApp MCP to handle customer and community messages while scaling support without a separate helpdesk. Support subphase matches inbox read, outbound send, and conversational triage workflows on macOS.
How it compares
macOS-local WhatsApp bridge MCP, not the Meta Cloud API integration or a generic email support skill.
Common Questions / FAQ
Who is whatsapp-macos for?
whatsapp-macos is for solo builders on macOS who already use WhatsApp for customers and want MCP agents to read local chats and send Web-based replies.
When should I use whatsapp-macos?
Use it during Grow when message volume makes manual WhatsApp handling a bottleneck and you accept macOS-local database and Web send automation.
How do I add whatsapp-macos to my agent?
Install whatsapp-mcp-macos from PyPI, configure the stdio MCP server entry in your client, and ensure WhatsApp is installed on the same Mac per the github.com/kalki-kgp/whatsapp-mcp README.