MakeSlates MCP Server
Click on "Install 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., "@MakeSlates MCP ServerCreate a pitch deck for my AI startup"
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.
MakeSlates MCP Server
AI-powered slide deck creation for Cursor, Claude Code, and other MCP clients.
Create beautiful presentations with natural language - just describe what you want, and the AI builds it for you.
Try It Now
Quick test with npx (requires API key):
MAKESLATES_API_KEY=sk_live_your_key npx makeslates-mcp-serverOr configure it with your AI assistant (Cursor, Claude Code, etc) - see below.
Related MCP server: Cross-Platform PowerPoint MCP Server
Quick Start
1. Get Your API Key
Go to makeslates.com/settings
Sign in and generate an API key
Copy your
sk_live_...key
2. Configure Your MCP Client
For Cursor
Add to your Cursor MCP settings (~/.cursor/mcp.json):
{
"mcpServers": {
"makeslates": {
"command": "npx",
"args": ["-y", "makeslates-mcp-server"],
"env": {
"MAKESLATES_API_KEY": "sk_live_your_key_here"
}
}
}
}For Claude Code
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"makeslates": {
"command": "npx",
"args": ["-y", "makeslates-mcp-server"],
"env": {
"MAKESLATES_API_KEY": "sk_live_your_key_here"
}
}
}
}For Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"makeslates": {
"command": "npx",
"args": ["-y", "makeslates-mcp-server"],
"env": {
"MAKESLATES_API_KEY": "sk_live_your_key_here"
}
}
}
}3. Restart Your Editor
After updating the config, restart Cursor/Claude to load the MCP server.
4. Start Creating!
Once configured, you can ask your AI assistant things like:
Simple Requests:
"Create a pitch deck for my AI startup"
"Make a presentation about Q4 results with charts"
"Build slides explaining our new product features"
Detailed Requests:
"Create a dark mode presentation called 'AI Trends 2024' with:
- An opening slide with a striking image
- A slide showing market size is $4.2B
- A bar chart comparing adoption rates
- A two-column slide with pros and cons"Editing Existing Presentations:
"List my presentations"
"Add a team slide to presentation abc-123"
"Change slide 3 to show 50% growth instead of 40%"
The AI will automatically:
Call
list_templates()to see available layoutsCreate your presentation with
create_presentation_with_slides()Return a link:
https://makeslates.com/deck/{id}
Available Tools
Tool | Description |
| List all slide templates (call this first!) |
| Create a full presentation in one call |
| List your presentations |
| Get a presentation with all slides |
| Add a slide using a template |
| Update slide content |
| Remove a slide |
| Get URL for image uploads |
Slide Templates
Opening Slides
image-full- Full-bleed image with title (best for first slide)title- Title and subtitlesection- Section divider
Content Slides
title-content- Header with bullet pointstwo-column- Side-by-side comparisonthree-column- Three parallel pointsimage-left/image-right- Image with text
Impact Slides
big-number- Single impressive metricquote- Featured quotationstatement- Bold claim with visual
Data Slides
chart-bar- Bar chartchart-pie- Pie chartchart-line- Line chart
How It Works
When you ask: "Create a pitch deck about AI automation"
You → Cursor/Claude → MakeSlates MCP Server → makeslates.com API
↓
1. list_templates() - Get available layouts
2. create_presentation_with_slides({
title: "AI Automation Pitch Deck",
darkMode: true,
slides: [
{ template: "image-full", title: "AI Automation" },
{ template: "title-content", title: "The Problem", content: "..." },
{ template: "big-number", number: "10x", label: "Faster" },
{ template: "chart-bar", title: "ROI Comparison", data: [...] }
]
})
3. Returns: https://makeslates.com/deck/abc-123The AI agent handles all the API calls - you just describe what you want!
Example Agent Prompts
Goal | What to Ask |
Quick pitch deck | "Create a 5-slide pitch deck for an AI automation SaaS" |
Data presentation | "Make slides for Q4 metrics with revenue charts showing 34% growth" |
Product showcase | "Build a presentation about our 3 new features with images" |
Edit existing | "Add a slide with our team bios to presentation abc-123" |
Update content | "Change the growth number on slide 3 from 40% to 50%" |
Environment Variables
Variable | Description | Required |
| Your API key from makeslates.com | Yes |
| Custom API URL (default: https://makeslates.com/api/mcp) | No |
Links
Website: makeslates.com
Documentation: makeslates.com/docs
Issues: GitHub Issues
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/offscriptpontus/makeslates-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server