How to Use the ManyChat MCP in Windsurf
Windsurf's Cascade agent takes full control of your messenger marketing, chaining ManyChat API tools to fix subscriber states.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ManyChat MCP to Windsurf
Create your Vinkius account to connect ManyChat to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Find subscribers directly in Windsurf
Finding the right subscriber is the first step for this MCP Server. Cascade uses `find_subscriber_by_name` or `find_subscriber_by_custom_field` to pull specific messenger contacts right into your editor. You skip the ManyChat dashboard entirely. Once it locates the user, the agent runs `get_subscriber_info` to grab their current status. It sees exactly when they last interacted and what state their profile is in.
Chain tag and field updates
This MCP Server handles subscriber metadata autonomously. Cascade reads your entire schema using `list_custom_fields` and `list_tags`. When a user hits a specific milestone, it chains `add_tag` and `set_custom_field` to update their profile. The agent doesn't need you to hold its hand. If a user needs to be removed from a segment, Cascade triggers `remove_tag` and verifies the change by pulling `get_subscriber_tags`.
Trigger automated messenger flows
Triggering a messenger sequence is a core function of this MCP Server. You just tell Windsurf the goal, and Cascade figures out which flow ID to fire off using `send_flow` based on the subscriber's current context. It can also check historical data using `get_subscriber_flows` to make sure you aren't spamming the same sequence twice. The whole operation runs locally through the MCP protocol.
Set up ManyChat MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the ManyChat MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my ManyChat payment history." If connected, Cascade will call the ManyChat tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"manychat-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ManyChat. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Windsurf
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.