How to Use the ChatFly MCP in Cursor
Generate code that interacts with your AI chatbots. Build and test support bots without leaving the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ChatFly MCP to Cursor
Create your Vinkius account to connect ChatFly 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.
Build Chatbot Logic with Live Data
Use Cursor's agent to call ChatFly tools and get real data back. Instead of writing boilerplate to create a bot, just ask the agent: "Create a new chatbot named 'Lead Gen Bot'." It will run the `create_bot` tool and show you the result. This changes how you build integrations. The agent can use `get_bot` to fetch a real bot's ID, then generate the exact code you need to interact with it, complete with the correct identifiers. No more placeholder values or switching contexts to look up IDs.
Script Your Chatbot Setup with this MCP Server
You can script the entire lifecycle of a chatbot from a single chat prompt in Cursor. Tell the agent to create a bot, upload a data source using `upload_data_source`, and then update its welcome message with `update_bot`. It executes the commands in sequence. This is perfect for creating reproducible setups for different environments, like dev and staging. You see the output of each step and can even ask the agent to write a script that automates the whole process.
Test Bot Interactions in Your Editor
The `chat` tool lets your agent talk directly to any of your chatbots. You can write a test case in a comment, and the agent will execute it against the live bot and return the actual response, right in your editor. This makes debugging conversational flows incredibly fast. If a bot gives a weird answer, you can immediately check its configuration with `get_bot` or `list_data_sources` right there, fix the data, and re-run the test.
Set up ChatFly 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 ChatFly 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 ChatFly transactions." If the MCP tools are loaded correctly, Cursor will call the ChatFly tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"chatfly-alternative-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 ChatFly. 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 ChatFly MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ChatFly MCP today
We host it, we monitor it, we maintain it. You just paste one token.