

SendApp MCP and SendApp: what you can do and how to connect it
Connect your AI assistants (Claude, n8n…) to SendApp with our MCP server.
ConnectorVerified integration
What you get by connecting SendApp MCP
Connect SendApp to the tools you already use, without changing the way you work.
The official guide walks you through it step by step.
For everything else there are webhooks and a documented REST API.
How to connect SendApp MCP to SendApp
Steps taken from the official SendApp guide, read on 19 September 2026.
What it is
The SendApp MCP server exposes SendApp's features as tools for AI assistants compatible with the Model Context Protocol. It's a JSON-RPC 2.0 endpoint over HTTP: your MCP client (Claude Desktop, n8n and others) calls the tools and SendApp performs the operations on your account.
Available tools
- get_account — profile, plan and usage.
- get_tokens — lists the account tokens.
- get_contacts — lists/searches contacts (by text or tag).
- create_contact — creates or updates a contact.
- delete_contact — deletes a contact by id.
- get_whatsapp_templates — approved WhatsApp templates.
- create_whatsapp_template — creates a WhatsApp template and sends it to Meta for approval.
- update_whatsapp_template — edits an existing template and resends it to Meta.
- delete_whatsapp_template — deletes a template.
- send_whatsapp_meta / send_whatsapp_web / send_sms — sending messages.
- create_campaign_draft — creates a campaign as a draft (does not send).
- launch_campaign — sends an existing draft campaign.
Example (JSON-RPC)
List of available tools:
- 1Call initialize to negotiate the protocol.
- 2Call tools/list to get the list of tools.
- 3Call tools/call with name and arguments to perform an operation.
More integrations in the same family
Frequently asked questions
Connect SendApp MCP to SendApp today
Connect your AI assistants (Claude, n8n…) to SendApp with our MCP server.