autogenstudio-skills

madtank/autogenstudio-skills
★ 314 stars Python 🧠 Memory/Knowledge Updated 1mo ago
Repo of skills for autogen studio using model context protocol (mcp)
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": {
    "autogenstudio-skills": {
      "command": "uvx",
      "args": [
        "autogenstudio-skills"
      ]
    }
  }
}

Or install with pip: pip install autogenstudio-skills