{
  "markdown": "# MagicSlides MCP\n\nCreate presentations, documents, spreadsheets and meeting notes from a chat — with a hosted share\nlink, an editor, and PPTX/PDF export.\n\nMagicSlides is a remote MCP server. There is no package to install and no API key to paste: you add\nthe server, sign in with your MagicSlides account, and your AI assistant can start building decks,\ndocs and sheets for you.\n\n- **Website:** https://www.magicslides.app\n- **Install / docs:** https://www.magicslides.app/mcp\n- **MCP endpoint:** `https://www.magicslides.app/api/mcp/mcp`\n- **Transport:** Streamable HTTP\n- **Auth:** OAuth 2.0 (dynamic client registration supported)\n- **Official MCP Registry:** `io.github.theindianappguy/magicslides-mcp`\n\n---\n\n## Install\n\n### Claude Desktop / Claude.ai\n\nOne click from https://www.magicslides.app/mcp — it downloads a `.mcpb` bundle you double-click to\ninstall. Nothing to edit.\n\n### Cursor\n\nAdd to your MCP settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"magicslides\": {\n      \"url\": \"https://www.magicslides.app/api/mcp/mcp\"\n    }\n  }\n}\n```\n\n### VS Code\n\n```json\n{\n  \"servers\": {\n    \"magicslides\": {\n      \"type\": \"http\",\n      \"url\": \"https://www.magicslides.app/api/mcp/mcp\"\n    }\n  }\n}\n```\n\n### Any MCP client\n\nPoint it at `https://www.magicslides.app/api/mcp/mcp` over streamable HTTP. The server advertises\nOAuth via `/.well-known/oauth-protected-resource`, so compliant clients will walk you through\nsign-in automatically.\n\n---\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `create_presentation` | Build a designed deck from a topic, outline, or content |\n| `create_presentation_from_slots` | Build a deck into a bring-your-own template's slots |\n| `update_presentation` | Edit an existing deck |\n| `get_presentation` | Fetch a deck's current content |\n| `list_templates` | List available deck designs |\n| `get_template_schema` | Inspect a BYO template's slots before filling it |\n| `create_doc` | Create a rich document |\n| `update_doc` / `get_doc` | Edit or read a document |\n| `create_sheet` | Create a spreadsheet from rows or structured data |\n| `update_sheet` / `get_sheet` | Edit or read a spreadsheet |\n| `create_meeting_notes` | Turn a transcript into summary, decisions and action items |\n| `create_frames` | Build short animated video frames from a template |\n| `create_custom_frame` | Build a bespoke animated frame |\n| `list_frame_templates` | List available frame designs |\n| `whoami` | Show the signed-in MagicSlides account |\n\nEvery artifact comes back as a hosted share link plus an editor URL, so you can keep working on it\nafter the conversation ends. Presentations also export to PPTX and PDF.\n\n---\n\n## Example prompts\n\n- \"Make a 12-slide deck on our Q3 results and send me the link.\"\n- \"Turn this transcript into meeting notes with action items.\"\n- \"Build a spreadsheet from this data and give me an editable link.\"\n- \"Use our brand template and fill it with this outline.\"\n\n---\n\n## Support\n\n- Support: https://www.magicslides.app/support\n- Privacy policy: https://www.magicslides.app/privacy-policy\n- Terms: https://www.magicslides.app/terms-of-use\n\n## License\n\nMIT — see [LICENSE](LICENSE). This repository contains documentation and registry metadata for the\nhosted MagicSlides MCP server.\n",
  "bytes": 3224,
  "sha": "43055fe52981853b05a5e4f6c00b888ddde81be2fc77e92bf4058865d3647ba0",
  "repo_slug": "indianappguy/magicslides-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_theindianappguy_magicslides_mc_5467dab7/readme"
}