Odel
MagicSlides

MagicSlides

@indianappguyJavaScriptMITUpdated 3w ago

Create presentations, docs, sheets and meeting notes from chat. Hosted link, editor, PPTX & PDF.

Server endpointStreamable HTTPOAuthProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

MagicSlides MCP

Create presentations, documents, spreadsheets and meeting notes from a chat — with a hosted share link, an editor, and PPTX/PDF export.

MagicSlides is a remote MCP server. There is no package to install and no API key to paste: you add the server, sign in with your MagicSlides account, and your AI assistant can start building decks, docs and sheets for you.


Install

Claude Desktop / Claude.ai

One click from https://www.magicslides.app/mcp — it downloads a .mcpb bundle you double-click to install. Nothing to edit.

Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "magicslides": {
      "url": "https://www.magicslides.app/api/mcp/mcp"
    }
  }
}

VS Code

{
  "servers": {
    "magicslides": {
      "type": "http",
      "url": "https://www.magicslides.app/api/mcp/mcp"
    }
  }
}

Any MCP client

Point it at https://www.magicslides.app/api/mcp/mcp over streamable HTTP. The server advertises OAuth via /.well-known/oauth-protected-resource, so compliant clients will walk you through sign-in automatically.


Tools

ToolWhat it does
create_presentationBuild a designed deck from a topic, outline, or content
create_presentation_from_slotsBuild a deck into a bring-your-own template's slots
update_presentationEdit an existing deck
get_presentationFetch a deck's current content
list_templatesList available deck designs
get_template_schemaInspect a BYO template's slots before filling it
create_docCreate a rich document
update_doc / get_docEdit or read a document
create_sheetCreate a spreadsheet from rows or structured data
update_sheet / get_sheetEdit or read a spreadsheet
create_meeting_notesTurn a transcript into summary, decisions and action items
create_framesBuild short animated video frames from a template
create_custom_frameBuild a bespoke animated frame
list_frame_templatesList available frame designs
whoamiShow the signed-in MagicSlides account

Every artifact comes back as a hosted share link plus an editor URL, so you can keep working on it after the conversation ends. Presentations also export to PPTX and PDF.


Example prompts

  • "Make a 12-slide deck on our Q3 results and send me the link."
  • "Turn this transcript into meeting notes with action items."
  • "Build a spreadsheet from this data and give me an editable link."
  • "Use our brand template and fill it with this outline."

Support

License

MIT — see LICENSE. This repository contains documentation and registry metadata for the hosted MagicSlides MCP server.