MagicSlides MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MagicSlides MCPCreate a 10-slide presentation on AI trends and share the link."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Website: https://www.magicslides.app
Install / docs: https://www.magicslides.app/mcp
MCP endpoint:
https://www.magicslides.app/api/mcp/mcpTransport: Streamable HTTP
Auth: OAuth 2.0 (dynamic client registration supported)
Official MCP Registry:
io.github.theindianappguy/magicslides-mcp
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.
Related MCP server: Office-Word-MCP-Server
Tools
Tool | What it does |
| Build a designed deck from a topic, outline, or content |
| Build a deck into a bring-your-own template's slots |
| Edit an existing deck |
| Fetch a deck's current content |
| List available deck designs |
| Inspect a BYO template's slots before filling it |
| Create a rich document |
| Edit or read a document |
| Create a spreadsheet from rows or structured data |
| Edit or read a spreadsheet |
| Turn a transcript into summary, decisions and action items |
| Build short animated video frames from a template |
| Build a bespoke animated frame |
| List available frame designs |
| Show 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
Support: https://www.magicslides.app/support
Privacy policy: https://www.magicslides.app/privacy-policy
License
MIT — see LICENSE. This repository contains documentation and registry metadata for the hosted MagicSlides MCP server.
This server cannot be deployed
Maintenance
Related MCP Connectors
Create and manage documents, spreadsheets, and presentations from your AI assistant.
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
- SkilderOAuthai.skilder
One place to build, share, and govern the skills and tools your AI agents use at work.
Collaborative word processor you can use with your agent.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables complete Office document lifecycle management for AI agents, including creation, editing, conversion, and templating of DOCX, XLSX, PPTX, PDF, and EML files.4018 PyPIMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create, read, and manipulate Microsoft Word documents with rich editing capabilities.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read, modify, and create Word (.docx) and Excel (.xlsx) files through natural language commands, including batch queries and temporary table management.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to read, create, edit Word/Excel/PPT files and manage the filesystem on the user's computer via natural language.-