slide-mcp

yulinlina/slide-mcp
★ 0 stars Python AI/LLM Updated 2d ago
An MCP server and CLI that lets AI agents generate native PowerPoint decks with slides, tables, and speaker notes.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install slide-mcp

README Excerpt

<div align="center"> <img src="demo.gif" alt="Demo" width="700" /> </div> --- Trending repos show strong demand for AI-generated presentations and MCP-native agent tools, but most existing solutions are heavyweight pipelines or external services. Developers lack a tiny local adapter that exposes safe PPTX primitives to any MCP client. slide-mcp fills that gap with a single Python module.