How to Use the ChatGen MCP in Claude Code
Manage support bots and pipe lead data directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ChatGen MCP to Claude Code
Create your Vinkius account to connect ChatGen to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script bot deployments from the command line
DevOps teams shouldn't have to click through web portals to update chat routing. Terminal agents using this MCP Server can pipe a configuration file directly into the system, firing `update_bot` to apply the changes. Spinning up a new environment is just as simple. Your CI pipeline can trigger `create_bot` automatically, verify the deployment by running `list_bots`, and exit with a clean status code.
Extract prospect data via Claude Code
Grabbing yesterday's signups into a CSV takes one command. You ask the CLI to fetch the latest captures, and it executes `list_leads` in the background. For deeper analysis, the agent iterates through the list using `get_lead_details`. You can pipe that raw JSON output directly into jq or a Python script for custom reporting.
Audit chat logs with the ChatGen MCP Server
Security reviews often require exporting chat histories. Your terminal agent runs `list_conversations` and dumps the transcripts straight to a local text file. Routine cleanup jobs run effortlessly. Set up a cron task that maps your organization via `list_teams` and purges abandoned projects using `delete_bot` without human intervention.
Set up ChatGen MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seechatgen-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest ChatGen transactions." It will automatically discover and invoke the available ChatGen tools.
claude mcp add --transport http chatgen-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.