How to Use the Flowcode MCP in Cursor
Generate dynamic QR code assets and write real scan-tracking code inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Flowcode MCP to Cursor
Create your Vinkius account to connect Flowcode 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 physical code assets in your editor
The `create_flowcode` tool lets Cursor generate dynamic QR codes right from your active workspace. Your agent runs the tool to build the asset, then writes the integration code using real IDs instead of placeholder strings. It uses `get_flowcode_image` to download the QR graphic directly into your local assets directory. You don't need to copy-paste URLs or download zip files from a web portal while coding.
Write code with live Flowcode MCP Server analytics
The `list_conversion_rates` tool provides real funnel metrics directly to your Cursor agent. While you build your analytics dashboard, your agent pulls actual live conversion numbers to populate your React components. This setup gives your Cursor workspace direct access to the Flowcode MCP Server. You avoid the headache of guessing API payloads or writing brittle mock objects. Real-time data feeds straight into your editor.
Manage asset folders while coding
The `list_folders` tool lets you organize physical marketing assets inside your Cursor workspace. Your agent queries your folders to map out where each dynamic code belongs. You can then run `list_flowcodes` to see which codes are unassigned. Cursor writes the script to categorize these codes, keeping your campaign structure clean using this MCP toolset.
Set up Flowcode 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 Flowcode 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 Flowcode transactions." If the MCP tools are loaded correctly, Cursor will call the Flowcode tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"flowcode-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 Flowcode. 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 Flowcode MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Flowcode MCP today
We host it, we monitor it, we maintain it. You just paste one token.