open-slide

GitHub

A slide framework built for agents.

5,662 stars TypeScript #agent#react#slides
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "open-slide": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-open-slide"
      ]
    }
  }
}