How to Use the Flodesk MCP in Cursor
Build email integrations and manage campaigns directly from the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Flodesk MCP to Cursor
Create your Vinkius account to connect Flodesk to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate working code with live Flodesk context
The Flodesk MCP Server lets Cursor pull live schemas and metadata directly into your active editor. Stop guessing API payloads or writing mock data when building email integrations, as Cursor uses this tool to pull live schemas via `get_account_details` and `list_custom_fields`. When you write code in Agent mode, Cursor queries your actual Flodesk setup to write precise, working integration scripts. You get code that matches your live segments and custom fields on the first try.
Manage segments and clean lists inside Cursor
This Flodesk integration lets you organize your audience lists and test cohorts inside Cursor. You can organize your test lists and production cohorts without leaving your codebase by calling `list_segments` and `add_to_segment` to verify subscriber placement during development. If you need to prune inactive test accounts, just tell the Cursor agent to run `unsubscribe_subscriber` on specific emails. It cleans your list directly from the terminal panel, saving you from switching to a browser.
Test automated workflows with the Cursor MCP Server
This Flodesk integration hooks Cursor directly into your active marketing automation funnels. Verify your webhook triggers and email sequences without manual testing cycles by hooking into `list_workflows` and `trigger_workflow` to fire automation sequences on demand. You can command the Cursor chat to trigger a welcome workflow for a test subscriber. This lets you inspect the real-time API response and debug your integration logic instantly.
Set up Flodesk MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Flodesk MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Flodesk transactions." If the MCP tools are loaded correctly, Cursor will call the Flodesk tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"flodesk-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 Flodesk. 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 Flodesk MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Flodesk MCP today
We host it, we monitor it, we maintain it. You just paste one token.