MultiAgentPPT

johnson7788/MultiAgentPPT
★ 1,504 stars Python 🤖 AI/LLM Updated 1mo ago
MultiAgentPPT 是一个集成了 A2A(Agent2Agent)+ MCP(Model Context Protocol)+ ADK(Agent Development Kit) 架构的智能化演示文稿生成系统,支持通过多智能体协作和流式并发机制
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": {
    "multiagentppt": {
      "command": "uvx",
      "args": [
        "multiagentppt"
      ]
    }
  }
}

Or install with pip: pip install multiagentppt