SlideForge has a native MCP server that lets Claude Desktop generate consulting-quality PowerPoint files. Connect in 30 seconds with OAuth 2.1 — no API key, no mcp-remote, no environment variables. Your agent gets 12 tools: search templates, render slides, generate custom layouts, iterate with feedback, and build multi-slide decks.
What is MCP?
MCP (Model Context Protocol) is a standard that lets AI models use external tools. Instead of the AI trying to generate a .pptx file itself (poorly), it calls a specialized service that does it well. Think of it like giving Claude a professional graphics team it can delegate to.
Without MCP, Claude can generate .pptx via Code Interpreter — but the results are “functional, not beautiful.” Inconsistent fonts, no design system, no brand colors. With SlideForge via MCP, Claude gets consulting-grade templates, AI creative generation, and visual QA — all through native tool calls.
Step 1: Connect SlideForge to Claude Desktop
Open your Claude Desktop MCP config file and add SlideForge:
{
"mcpServers": {
"slideforge": {
"url": "https://api.slideforge.dev/mcp/"
}
}
}That's it. Restart Claude Desktop. It discovers OAuth automatically, opens your browser for Google login, and you're connected. No API key needed.
Also works with: Cursor, Windsurf, and any MCP-compatible client. For programmatic/CI usage, use an API key instead:
{
"mcpServers": {
"slideforge": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://api.slideforge.dev/mcp/",
"--header", "Authorization: Bearer sf_live_YOUR_KEY"
]
}
}
}Step 2: Generate Your First Slide
Just ask Claude naturally. Here's an example conversation:
You: Make me a KPI dashboard showing Q1 revenue $12.4M (+18%), 847 new clients (+23%), and retention at 94.2%.
Claude calls create_slide with your brief → auto-routes to KPI Dashboard template → returns a preview image inline and a download link. The slide renders in under 2 seconds at $0.03-$0.05.
You:Nice, but add a takeaway line: “On track for $50M full-year target. Recommend accelerating APAC investment.”
Claude calls create_slidewith mode=iterate and your feedback. Updated preview appears in seconds. You download the .pptx when you're happy.
Step 3: Go Beyond Single Slides
Generate a full deck
You: Create a 5-slide board update deck: title slide, KPI dashboard, revenue waterfall ($6M to $8.2M), pipeline funnel, and next steps.
Claude calls create_deck with 5 slide specs. All slides render in parallel — the entire deck completes in ~30 seconds. Auto-compiled into one .pptx file.
Use custom brand themes
You: List available themes.
Claude calls search_catalog (type=themes) and shows you the options. You can also create custom themes via the API with your brand colors, fonts, and logo — then reference them by theme_id in any generation.
Search for the right template
You: What templates do you have for showing a project timeline?
Claude calls search_catalog(type=templates, query="project timeline") and returns ranked results: Process Timeline, Gantt Chart, Roadmap, Process Chevrons. Each with a description and what data it accepts.
The 8 MCP Tools
Here's everything your agent can do:
| Tool | What it does | Cost |
|---|---|---|
create_slide | Create, iterate, or inspect a slide (6 modes) | $0.03-$0.20 |
create_deck | Multi-slide deck, assemble, or fork | Per slide |
search_catalog | Browse templates, components, themes | Free |
translate_deck | Translate PPTX preserving formatting | $0.02/slide |
generate_report | Data-driven reports from connected tools | ~$0.12 |
manage_connections | OAuth connections for reports | Free |
upload_asset | Upload logos, themes, images | Free |
manage_account | Balance, usage, jobs, feedback | Free |
Tips for Better Results
- Be specific with data. “Revenue $8.2M, growth 23%, retention 94%” produces better slides than “make a KPI slide about our performance.”
- Use templates for known layouts. KPI dashboards, SWOT, timelines — templates render instantly at $0.03. Save AI generation ($0.20) for custom layouts.
- Iterate conversationally. Generate → review preview → “make the title bigger” → “add a third column” → download when happy.
- Build decks in one shot. Describe all slides at once — they render in parallel. A 10-slide deck takes ~30 seconds, not 10 minutes.
- Apply brand themes. Upload your .pptx template once to extract colors and fonts. Every slide matches your brand automatically.
Get Started
Sign up free ($3 credit, no card) → add the MCP config → ask Claude to make a slide. The full MCP setup guide has configuration details for Claude Desktop, Cursor, and API key auth. Browse all 50+ templatesto see what's available.