autogen.com
autogen.com logo

AutoGen

Bridges Microsoft's AutoGen framework with external tools, enabling autonomous agents to execute code, perform research,...

Created byApr 23, 2025

AutoGen MCP Server

[![smithery badge](https://smithery.ai/badge/@DynamicEndpoints/autogen_mcp)](https://smithery.ai/server/@DynamicEndpoints/autogen_mcp)
An MCP server that provides integration with Microsoft's AutoGen framework, enabling multi-agent conversations through a standardized interface. This server allows you to create and manage AI agents that can collaborate and solve problems through natural language interactions.

Features

  • Create and manage AutoGen agents with customizable configurations
  • Execute one-on-one conversations between agents
  • Orchestrate group chats with multiple agents
  • Configurable LLM settings and code execution environments
  • Support for both assistant and user proxy agents
  • Built-in error handling and response validation

Installation

Installing via Smithery

To install AutoGen Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@DynamicEndpoints/autogen_mcp):

Manual Installation

  1. Clone the repository:
  1. Install dependencies:

Configuration

Environment Variables

  1. Copy `.env.example` to `.env`:
  1. Configure the environment variables:

Server Configuration

  1. Copy `config.json.example` to `config.json`:
  1. Configure the server settings:

Available Operations

The server supports three main operations:

1. Creating Agents

2. One-on-One Chat

3. Group Chat

Error Handling

Common error scenarios include:
  1. Agent Creation Errors
  1. Execution Errors
  1. Configuration Errors

Architecture

The server follows a modular architecture:

License

MIT License - See LICENSE file for details