How to Use the AutoGen MCP in Claude Code
Control your multi-agent pipelines from the terminal. Claude Code manages AutoGen configurations directly via the command line.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AutoGen MCP to Claude Code
Create your Vinkius account to connect AutoGen 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 your AutoGen deployments
Provisioning agent swarms via GUI is a waste of time for backend engineers. You can pipe a configuration file straight into your terminal, and the MCP Server uses `create_agent` to spin up the required roles. Everything happens headlessly without a single browser window. Auditing your current setup takes exactly one command. The CLI client hits `list_agents` and `list_workflows` to dump your active topology into standard output. From there, you can grep the results or feed them into another step in your CI/CD pipeline.
Run headless chat sessions
Automated testing for AI pipelines requires a completely programmatic approach. Your terminal assistant kicks off a fresh environment using `create_session` and injects test payloads via `create_message`. No manual clicking required. Pulling the execution logs is just as straightforward. The tool runs `list_messages` to grab the raw transcript and can append it to a log file for review. When the cron job finishes, `delete_session` wipes the slate clean for the next run.
Audit AutoGen skills via MCP Server
Keeping track of which Python functions your bots can execute gets messy at scale. A quick terminal command tells the AI to run `list_skills`, giving you an instant inventory of available tools. You know exactly what your swarm is capable of doing. Checking model configurations works the exact same way. The system queries `list_models` to verify your endpoints are correctly mapped before a massive job starts. Catching a misconfigured API route before deployment saves hours of debugging later.
Set up AutoGen 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 seeautogen-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AutoGen transactions." It will automatically discover and invoke the available AutoGen tools.
claude mcp add --transport http autogen-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 AutoGen MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AutoGen MCP today
We host it, we monitor it, we maintain it. You just paste one token.