AutoGen

AutoGen MCP Connector for Claude

A+

Orchestrate Microsoft AutoGen multi-agent workflows — manage sessions, agent roles, workflows, and monitor execution logs from any AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AutoGen Studio instance to any AI agent and take full control of your multi-agent topologies and execution memory spaces through natural conversation.

What you can do

  • Sessions — Create and manage blank, isolated memory spaces for your multi-agent workflows to run cleanly
  • Messages — Dispatch human prompts and retrieve deep agent-to-agent conversational traces inside Microsoft's logging structures
  • Agents — Map out and dynamically define customized LLM roles (User_Proxy, Coder, Critic) using Python-based parameters
  • Workflows & Skills — Visualize routing topographies, available graph deployments, and injected native Python capabilities
  • Models — Audit existing constrained fallback OpenAI configurations natively stored in the engine

How it works

  1. Subscribe to this server
  2. Provide your AutoGen Studio instance Base URL
  3. Start dispatching nested groups of AI agents directly from Claude, Cursor, or any MCP-compatible client

Your primary agent can now command and debug secondary swarms of specialized agents dynamically.

Who is this for?

  • AI Engineers — audit running agent topologies, trace deep execution logs, and iterate on Python skills without swapping contexts
  • Product Managers — verify the health and steps of automated backend swarm operations
  • Researchers — easily extract deep LLM-to-LLM conversational histories across experimental boundaries for grading
multi-agent-systemsworkflow-automationexecution-logsagent-memoryconversational-aitask-automation

10 tools expose this connector's capabilities to your AI agent.

create_agent

Define a new customized AutoGen agent

create_message

Send a user message to initiate or continue an AutoGen session

list_skills

List Python skill functions available to AutoGen agents

create_session

Create a new blank AutoGen session

delete_session

Permanently delete an AutoGen session

list_agents

List all configured AutoGen agents available

list_messages

Retrieve the message history for a specific AutoGen session

list_models

List Large Language Models configured for use in AutoGen

list_sessions

List AutoGen Studio conversation sessions

list_workflows

List all predefined AutoGen multi-agent workflows

See how to talk to your AI agent using AutoGen.

List all configured LLM models available right now.

You have 3 restricted LLM configurations available in your AutoGen Studio instance. gpt-4-turbo for complex agents, gpt-3.5-turbo mapped for basic coder roles, and a local quantized llama-3 constraint. Want me to inspect the multi-agent Workflows built on top of them?

Analyze the message traces for the session running the Code Reviewer.

Fetching historical agent-to-agent traces for Tracker UUID cd82-... User_Proxy provided the diff 3 minutes ago. Coder_Agent built a solution, but Critic_Agent heavily rejected it due to a hard-coded API key security issue inside the script. The Coder is currently stalled retrying a new commit implementation. Should I intervene?

Create a new isolated session and execute the research workflow.

A new clean boundary UUID a9f2-bcd has been created. I've successfully routed a POST Message into it targeting the 'Market Research' topograph topology. The agentic group is starting now. Should I poll it and summarize their conclusions after five minutes?

Yes. You can instruct your primary agent to retrieve the message traces for a specific AutoGen session ID. It will instantly unpack the internal LLM-to-LLM conversation, highlighting exactly which secondary agent is looping, throwing errors, or deviating from the constraints without manual log parsing.

Related Connectors