How to Use the ChatGen MCP in Cursor
Generate code with live ChatGen lead and bot data injected directly into your Cursor workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ChatGen MCP to Cursor
Create your Vinkius account to connect ChatGen 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.
Use this MCP Server to build code with live bot configs
Stop using mock data when writing your frontend integrations. Cursor uses `get_bot` to fetch your actual live bot configurations, allowing the editor to generate accurate UI components that match your production setup. If you need to modify how your site renders a bot, your agent can run `update_bot` to sync changes. This ensures your local development matches your live customer-facing widgets.
Write Cursor code with real-time ChatGen lead data
When building custom internal tools, you need real payloads. This MCP Server lets Cursor call `list_leads` and `get_lead_details` to inject actual lead JSON directly into your code editor. You can write precise parsing scripts and components without guessing the API schema. Your agent writes the code against actual customer records, saving you hours of testing.
Deploy and test ChatGen bots inside Cursor
You don't have to leave your code editor to spin up new bot instances for testing. Cursor runs `create_bot` to deploy a test bot and `delete_bot` to tear it down when your test suite finishes. This tight loop makes it easy to write and verify webhook handlers. You can trigger a bot action and immediately see how your local code processes the incoming payload.
Set up ChatGen 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 ChatGen 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 ChatGen transactions." If the MCP tools are loaded correctly, Cursor will call the ChatGen tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"chatgen-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 ChatGen. 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 ChatGen MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ChatGen MCP today
We host it, we monitor it, we maintain it. You just paste one token.