Skip to main content
ClaudeWave

WhatsApp MCP server

MCP Servers5.9k estrellas1.2k forksGoMITActualizado 1y ago
Nota editorial

WhatsApp MCP Server connects a personal WhatsApp account to Claude Desktop (and Cursor) through the Model Context Protocol, using a two-component architecture: a Go bridge built on the whatsmeow library that authenticates via QR code scan and stores message history locally in SQLite, and a Python MCP server that exposes twelve tools to Claude. Those tools cover reading and searching messages across individual and group chats, retrieving contact information, and sending text, images, videos, documents, and audio files. Audio messages have a notable detail: the server automatically converts non-Opus audio to the required .ogg format when FFmpeg is installed, enabling proper WhatsApp voice message playback. All message data remains in a local SQLite database and is only forwarded to Claude when a tool call explicitly requests it. The project targets individuals who want to interact with their personal WhatsApp history and contacts through Claude's conversational interface. The README includes a prompt injection warning relevant to any MCP server that handles private message data.

ClaudeWave Trust Score
85/100
Trusted
Passed
  • Open-source license (MIT)
  • Healthy fork ratio
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !Inactive (>180d)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual · whatsapp-mcp
Claude Code CLI
git clone https://github.com/lharries/whatsapp-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "whatsapp-mcp": {
      "command": "whatsapp-mcp"
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install the binary first: go install github.com/lharries/whatsapp-mcp@latest (make sure it ends up on your PATH).
Casos de uso

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
aimcpwhatsappwhatsapp-api

Lo que la gente pregunta sobre whatsapp-mcp

¿Qué es lharries/whatsapp-mcp?

+

lharries/whatsapp-mcp es mcp servers para el ecosistema de Claude AI. WhatsApp MCP server Tiene 5.9k estrellas en GitHub y se actualizó por última vez 1y ago.

¿Cómo se instala whatsapp-mcp?

+

Puedes instalar whatsapp-mcp clonando el repositorio (https://github.com/lharries/whatsapp-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar lharries/whatsapp-mcp?

+

Nuestro agente de seguridad ha analizado lharries/whatsapp-mcp y le ha asignado un Trust Score de 85/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene lharries/whatsapp-mcp?

+

lharries/whatsapp-mcp es mantenido por lharries. La última actividad registrada en GitHub es de 1y ago, con 220 issues abiertos.

¿Hay alternativas a whatsapp-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega whatsapp-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: lharries/whatsapp-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lharries-whatsapp-mcp)](https://claudewave.com/repo/lharries-whatsapp-mcp)
<a href="https://claudewave.com/repo/lharries-whatsapp-mcp"><img src="https://claudewave.com/api/badge/lharries-whatsapp-mcp" alt="Featured on ClaudeWave: lharries/whatsapp-mcp" width="320" height="64" /></a>

Más MCP Servers