leporis-mcp
Allows sending and reading WhatsApp messages, listing and retrieving contacts, and fetching conversation messages through the Leporis WhatsApp Business platform.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@leporis-mcpsend a WhatsApp message to John Doe saying I'm on my way"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
leporis-mcp
Remote MCP (Model Context Protocol) server for Leporis, RS-Techie's multi-tenant WhatsApp Business platform.
Exposes Leporis's public REST API (api/v1/public.php) as MCP tools so AI coding agents (Claude Code, Cursor, Antigravity, etc.) can send/read WhatsApp messages on your Leporis account directly from chat.
Endpoint:
https://leporis.mcp.rstechie.in/mcp(Streamable HTTP transport)Auth: stateless BYOK (bring your own key) — send your Leporis API key as
Authorization: Bearer <key>on every request. Get a key from your Leporis dashboard under WhatsApp → Integrations. The server stores no credentials of its own.Tools:
send_message,list_contacts,get_contact,get_conversation_messages
Setup in your MCP client
See the "Connect via MCP" section on the Integrations page in your Leporis dashboard for exact per-client config (Claude Code, Cursor, Antigravity).
Related MCP server: @botozap/mcp
Running locally
npm install
PORT=8806 node server.jsRequires LEPORIS_API_BASE (defaults to https://rstechie.in/api/v1/public.php) to point at a real Leporis instance.
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
WhatsMCP connects Claude and other MCP-compatible AI agents directly to WhatsApp. Send and receive text, images, documents, and voice notes; manage groups (create, add/remove members, promote admins); look up contacts and profiles; follow channels; and read call and message history — all through a standard MCP interface. For voice use cases, WhatsMCP offers SIP-based calling plans (inbound-only, or full inbound/outbound) so AI voice agents can answer and place WhatsApp calls, plus low-latency WebSocket integrations with voice agent providers like ElevenLabs. Multiple WhatsApp accounts can be paired and managed per workspace, with webhook support for real-time inbound message delivery to your own infrastructure.
Unified messaging MCP server: WhatsApp, Instagram, Telegram, SMS, Messenger & email support inbox
Your own WhatsApp as an MCP server: read, search and send from any MCP client.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceWhatsApp MCP server that exposes messaging, groups, contacts, and profile management as tools and resources for AI agents, supporting Baileys and Meta Cloud API.22-
- AlicenseNot gradedqualityBmaintenanceMCP server exposing WhatsApp Cloud API operations as tools for AI agents like Claude Code, Cursor, and Codex.MIT
- FlicenseCqualityBmaintenanceMCP server exposing WhatsApp Web REST API (wwebjs-api) as ~149 automated tools, enabling AI agents to send messages, manage sessions, and interact with WhatsApp through natural language.100-
- FlicenseNot gradedqualityBmaintenanceOpenWA MCP server that bridges AI agents to the OpenWA WhatsApp API, exposing 40 tools for sessions, messages, contacts, groups, and webhooks so agents can read and send WhatsApp messages through a self-hosted OpenWA gateway.-