{
  "markdown": "# PowerPoint Engine — MCP Server\n\nGenerate and edit real PowerPoint (`.pptx`) files from an AI agent, over the\n[Model Context Protocol](https://modelcontextprotocol.io). Backed by the hosted\n**[PowerPoint Engine API](https://powerpointengine.io)** — no local PowerPoint,\nOffice, or GPU required.\n\n- **Endpoint:** `https://powerpointengine.io/api/mcp/mcp` (Streamable HTTP)\n- **Auth:** OAuth 2.1 (browser authorize, PKCE, dynamic client registration)\n- **Website:** https://powerpointengine.io · **Docs:** https://powerpointengine.io/docs\n\n## Install\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http powerpoint-engine https://powerpointengine.io/api/mcp/mcp\n```\n\nThen run `/mcp` and authorize in the browser (one click).\n\n### Other MCP clients\n\nPoint your client at the Streamable HTTP endpoint above. On first use it will\nopen the browser OAuth flow; discovery is at\n`https://powerpointengine.io/.well-known/oauth-protected-resource`.\n\n## Tools\n\n| Tool | Purpose |\n|------|---------|\n| `generate_presentation` | Build a deck from simple markup (`markup`, `theme?`) → download URL |\n| `generate_from_template` | Build a deck from a structured `template` (title + slides, incl. native charts) |\n| `get_account_status` | Plan, remaining credits, recent generations, and recent errors |\n\n## Markup rules\n\n- A single `# Title` line sets the deck title.\n- Each `## Heading` starts a new slide.\n- `### Heading`+ are sub-headings; `-`/`*` are bullets.\n- Fenced code blocks, links, `**bold**`, and inline code are cleaned up.\n\nThemes: `corporate`, `modern`, `minimal`, `vibrant`.\n\n## What makes it different\n\n- **Structure-preserving edits:** send your own `.pptx` template and replace\n  text/numbers while keeping the exact layout, fonts, and branding — the thing\n  most generators break.\n- **Native editable charts** from data (column/bar), not images.\n- **Zero setup:** one hosted endpoint, OAuth, credit-based pricing (1 credit =\n  up to 10 slides). Free tier returns watermarked files; Pro removes the mark.\n\nSee [`SKILL.md`](./SKILL.md) for an installable agent-skill version and\n[`server.json`](./server.json) for the MCP registry manifest.\n\n## License\n\nMIT — see [`LICENSE`](./LICENSE). This repository contains the MCP manifest and\ndocumentation for the hosted service; the generation engine itself is operated\nat [powerpointengine.io](https://powerpointengine.io).\n",
  "bytes": 2375,
  "sha": "2dc92fccbfcf86031cf3bacc6e7f8a4b71e0aaa5437168b1cfdcdd7d8a9cf431",
  "repo_slug": "skippdot/powerpoint-engine-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_powerpointengine_powerpoint_engine_a045fb15/readme"
}