@getmesslo/messlo-mcp
v1.7.0
Published
Messlo MCP server — API keys, templates, messaging, omnichannel, automations, CRM, Shopify, Facebook Ads, WhatsApp Calling, and Login with WhatsApp from Cursor and other IDEs
Downloads
58
Maintainers
Readme
@getmesslo/messlo-mcp
Messlo Model Context Protocol server for Cursor, VS Code, and other MCP-compatible IDEs.
Ask your AI assistant to manage Messlo from your editor: create API keys, WhatsApp templates, send messages, connect Telegram/Facebook/Instagram, social automation, Shopify, Facebook Ads, WhatsApp Calling, set up Login with WhatsApp, and more.
Quick start (Cursor)
- Create an API key in Messlo → Integration Tools → API Credentials.
- Open Cursor Settings → MCP → add:
{
"mcpServers": {
"messlo": {
"command": "npx",
"args": ["-y", "@getmesslo/messlo-mcp"],
"env": {
"MESSLO_API_KEY": "your_api_key_here"
}
}
}
}- Restart Cursor and try: "Check my Messlo integration status".
Environment variables
| Variable | Required | Notes |
|----------|----------|--------|
| MESSLO_API_KEY | Yes | From Integration Tools → API Credentials |
The MCP server always uses https://api.messlo.com — the API base URL is not configurable.
Tools
The server exposes tools for API keys, messaging, omnichannel (Telegram, Facebook, Instagram), CRM, automations, social automation, Shopify, Facebook Ads, WhatsApp Calling, chatbots, commerce, and more. In your IDE, ask Messlo to run messlo_get_started, messlo_plan_integration (pick a goal such as omnichannel_setup, instagram_comment_dm, or shopify_whatsapp), or messlo_list_mcp_tools to see what is available.
Resources
messlo://docs/overviewmesslo://channels/guide— omnichannel (Telegram, Facebook, Instagram)messlo://automation/guidemesslo://bots/guidemesslo://crm/field-guidemesslo://limits/planmesslo://automation/examples/{preset}— full flow JSON per presetmesslo://prompts/{goal}— example Cursor promptsmesslo://checkout/guide— order notifications + dynamic PDF headersmesslo://docs/section/{id}messlo://docs/login-with-whatsappmesslo://examples/template/{preset}
License
MIT
