autogen-ext-mcp

richard-gyiko/autogen-ext-mcp
★ 59 stars Python 🧠 Memory/Knowledge Updated 3mo ago
Turns Model Context Protocol server tools available in AutoGen >= v0.4
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "autogen-ext-mcp": {
      "command": "uvx",
      "args": [
        "autogen-ext-mcp"
      ]
    }
  }
}

Or install with pip: pip install autogen-ext-mcp

Topics

autogen-extensionmodel-context-protocol