How to Use the ManyChat MCP in Claude Code
Manage ManyChat subscribers directly from your terminal. Claude Code executes headless tag updates and flow triggers without a browser.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ManyChat MCP to Claude Code
Create your Vinkius account to connect ManyChat to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Execute headless subscriber lookups
Terminal-based messenger management starts with this MCP Server. Claude Code accepts a simple prompt and fires `find_subscriber_by_custom_field` to locate users matching your query. You get raw data dumped straight to your standard output. You can pipe that data into a quick script or have the agent check `get_subscriber_info`. It pulls the exact opt-in status and interaction timestamps you need to diagnose a blocked sequence.
Manage tags from the command line
This MCP Server processes tag modifications straight from your shell. A DevOps engineer can trigger a bulk update job right from their SSH session. The agent handles the `add_tag` and `remove_tag` API calls silently. To audit your current setup, Claude Code runs `list_tags` and `get_subscriber_tags`. It cross-references the active tags against your deployment configuration and highlights any discrepancies.
Trigger flows via Claude Code
This MCP Server allows you to kick off messenger sequences from a shell script. You just tell the agent which flow to launch, and it handles the payload construction and `send_flow` execution. It verifies the action by checking `get_subscriber_flows`. If you need to update a variable before sending, it chains `list_custom_fields` and `set_custom_field` to prep the user profile first.
Set up ManyChat MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seemanychat-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest ManyChat transactions." It will automatically discover and invoke the available ManyChat tools.
claude mcp add --transport http manychat-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about ManyChat MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ManyChat MCP today
We host it, we monitor it, we maintain it. You just paste one token.