Labsco
MCP SERVER

Whasapo

by toloco

Read and send WhatsApp messages from any MCP client, with your account linked by QR code.

Team Chat Platforms
Summary
The messages you actually get, inside the assistant.

Linking is a QR scan against your own account, so the chats and contacts it sees are yours — which is what makes summarising what you missed in the work group a real request rather than a demo. Sending is one call, so replying does not mean picking the phone back up.

What it is

A WhatsApp MCP server that ships as a single binary. After linking your account with a QR scan, it lists recent chats, reads messages, searches contacts and sends text — over stdio, to Claude Desktop, Claude Code, OpenClaw or any MCP client.

What you get
  • A text message sent to a contact or a group (send_message)
  • Recent chats listed with a last-message preview (list_chats)
  • Messages read, optionally filtered to one chat (get_messages)
  • Contacts searched by name or phone number (search_contacts)
  • A one-line installer that downloads the binary, writes the Claude Desktop config and walks you through the QR link
  • Standard stdio transport, so any MCP client can point at the same binary
Requirements

macOS, Linux or Windows, and your own WhatsApp account linked by scanning a QR code — the installer walks through it, or run whasapo pair yourself. Restart your AI app once the installer has finished.

Setup effort

One command — curl -sSL https://raw.githubusercontent.com/toloco/whasapo/main/install.sh | bash