Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Leporis

FreeNot checked

Remote MCP server for Leporis WhatsApp Business platform, enabling AI agents to send and read WhatsApp messages through exposed REST API tools.

GitHubEmbed

About

Remote MCP server for Leporis WhatsApp Business platform, enabling AI agents to send and read WhatsApp messages through exposed REST API tools.

README

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).

Running locally

npm install
PORT=8806 node server.js

Requires LEPORIS_API_BASE (defaults to https://rstechie.in/api/v1/public.php) to point at a real Leporis instance.

from github.com/admin-rstechie/leporis-mcp

Installing Leporis

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/admin-rstechie/leporis-mcp

FAQ

Is Leporis MCP free?

Yes, Leporis MCP is free — one-click install via Unyly at no cost.

Does Leporis need an API key?

No, Leporis runs without API keys or environment variables.

Is Leporis hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Leporis in Claude Desktop, Claude Code or Cursor?

Open Leporis on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Leporis with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs