marketing
ManyChat MCP, CLI, and Lua Integration for AI Agents
ManyChat integration docs for AI agents: MCP gateway setup, ManyChat CLI commands, Lua API reference, credentials, and function schemas.
6 functions 4 read 2 write API key auth
ManyChat for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
manychat- route_slug
manychat- package
manychat- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. ManyChat CLIHeadless setup and direct function calls. ManyChat MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
ManyChat MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ManyChat.
Claude Code ManyChat MCP setup for Claude Code. Cursor ManyChat MCP setup for Cursor. Codex ManyChat MCP setup for Codex. OpenAI Agents ManyChat MCP setup for OpenAI Agents SDK. Claude Agent SDK ManyChat MCP setup for Claude Agent SDK. Vercel AI SDK ManyChat MCP setup for Vercel AI SDK. LangChain ManyChat MCP setup for LangChain. LangGraph ManyChat MCP setup for LangGraph. CrewAI ManyChat MCP setup for CrewAI. MCP clients ManyChat MCP setup for Generic MCP Clients.
ManyChat CLI Matrix
Use these pages for direct ManyChat CLI workflows in scripts, CI, cron, and agent wrappers.
CI ManyChat CLI for CI. Cron Jobs ManyChat CLI for cron jobs. Shell Scripts ManyChat CLI for shell scripts. Headless Automation ManyChat CLI for headless automation. Coding Agents ManyChat CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
manychat.manychat_list_flows | Read read | 0 | List all flows (pages) in your ManyChat account. Returns flow IDs and names that can be used with get_flow. |
manychat.manychat_get_flow | Read read | 1 | Get details of a specific ManyChat flow (page) by ID. Returns the full flow configuration including nodes and content. |
manychat.manychat_send_message | Write write | 3 | Send a message via ManyChat to a subscriber on Instagram, Messenger, WhatsApp, or SMS. Requires a subscriber ID and message content. |
manychat.manychat_list_tags | Read read | 0 | List all tags in your ManyChat account. Tags are used to segment subscribers and trigger automations. |
manychat.manychat_create_tag | Write write | 1 | Create a new tag in ManyChat. Tags help segment subscribers for targeted messaging and automation. |
manychat.manychat_get_current_user | Read read | 0 | Get the currently authenticated ManyChat user profile. Returns account details, plan info, and connected channels. |