Back to Browse

Magicslides MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://www.magicslides.app/api/mcp/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-theindianappguy-magicslides-mcp": {
      "url": "https://www.magicslides.app/api/mcp/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Reviews

No reviews yet

Be the first to review this server!