

How to Use Claude MCP to Generate Presentations Automatically
The Model Context Protocol (MCP) is transforming how AI agents interact with external tools. 2Slides provides a native MCP server that lets Claude (and any MCP-compatible agent) generate professional presentations directly within a conversation.
No copy-pasting. No switching apps. Just ask Claude to create a presentation, and it happens.
What Is MCP?
MCP (Model Context Protocol) is an open standard that allows AI assistants to use external tools. Instead of just generating text, the AI can:
- Call APIs
- Generate files
- Interact with services
- Return structured results
2Slides implements MCP via a JSON-RPC 2.0 endpoint, making it compatible with Claude Desktop, Claude Code, Cursor IDE, and any MCP-compatible client.
Setting Up 2Slides MCP
Prerequisites
- A 2Slides account with API credits
- An API key from 2slides.com/api
- Claude Desktop, Claude Code, or another MCP-compatible client
Configure in Claude Desktop
Add the 2Slides MCP server to your Claude Desktop configuration:
macOS: Edit
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json{ "mcpServers": { "2slides": { "url": "https://2slides.com/api/mcp", "headers": { "Authorization": "Bearer sk-2slides-your-api-key" } } } }
Configure in Claude Code
claude mcp add 2slides https://2slides.com/api/mcp \ --header "Authorization: Bearer sk-2slides-your-api-key"
Configure in Cursor IDE
Add to your Cursor MCP settings:
{ "mcpServers": { "2slides": { "url": "https://2slides.com/api/mcp", "headers": { "Authorization": "Bearer sk-2slides-your-api-key" } } } }
Using 2Slides via MCP
Once configured, simply ask Claude to generate presentations:
Basic Usage
You: "Create a 10-slide presentation about AI trends in 2026" Claude: Uses 2Slides MCP to generate slides, returns download link
With Specific Requirements
You: "Generate a pitch deck for my SaaS startup that does AI-powered invoice processing. Include problem, solution, market size, business model, team, and funding ask." Claude: Generates a structured pitch deck with all requested sections
With Design Style
You: "Create a quarterly report presentation in a clean, minimal Apple style" Claude: Selects appropriate theme and generates matching slides
Available MCP Tools
The 2Slides MCP server exposes these tools:
| Tool | Description |
|---|---|
generate_slides | Generate a full presentation from a topic |
search_themes | Browse available design themes |
get_job_status | Check the status of a generation job |
Tool: generate_slides
{ "name": "generate_slides", "arguments": { "topic": "AI presentation tools market analysis", "language": "en", "slideCount": 10, "themeId": "optional-theme-id" } }
Tool: search_themes
{ "name": "search_themes", "arguments": { "query": "corporate minimal" } }
Real-World Workflows
Meeting Notes to Slides
- Paste meeting notes into Claude
- Ask: "Turn these meeting notes into a presentation summarizing decisions and action items"
- Claude uses 2Slides MCP to generate the deck
- Download and share with the team
Research to Presentation
- Discuss a research topic with Claude
- Ask: "Now create a 15-slide conference presentation from our discussion"
- Claude structures the conversation into a presentation
- Iterate: "Make slide 5 more data-focused"
Code Documentation to Slides
- Share your codebase context with Claude
- Ask: "Generate an architecture overview presentation for the engineering team"
- Claude creates slides explaining your system design
Weekly Reports
- Share your metrics data with Claude
- Ask: "Create this week's team update presentation"
- Claude generates a formatted report deck every week
MCP vs REST API: When to Use Which
| Feature | MCP | REST API |
|---|---|---|
| Best for | Interactive AI workflows | Automated pipelines |
| Authentication | Via MCP config | Bearer token |
| Output | Returns to conversation | Direct download URL |
| Automation | AI-driven | Script-driven |
| Integration | Claude, Cursor, IDEs | Any HTTP client |
Troubleshooting
"MCP server not responding"
- Verify your API key is valid at 2slides.com/api
- Check the MCP server URL:
https://2slides.com/api/mcp - Ensure your network allows HTTPS connections
"Insufficient credits"
- Check your credit balance at 2slides.com/pricing
- Purchase additional credits or subscribe to Pro plan
"Tool not found"
- Restart Claude Desktop after updating the MCP configuration
- Verify the JSON configuration syntax
Frequently Asked Questions
Can I use MCP with other AI assistants?
Yes — any MCP-compatible AI client can connect to 2Slides. The protocol is an open standard.
Does MCP support all 2Slides features?
MCP provides slide generation and theme search. For advanced features (Create Like This, video export, voice narration), use the REST API.
Is MCP access included in my plan?
Yes — MCP uses the same credits as the API. No additional charges.
Connect AI to presentations — set up 2Slides MCP and let Claude create your slides.
About 2Slides
Create stunning AI-powered presentations in seconds. Transform your ideas into professional slides with 2slides AI Agent.
Try For Free