2Slides Logo
How to Use Claude MCP to Generate Presentations Automatically
2Slides Team
4 min read

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

  1. A 2Slides account with API credits
  2. An API key from 2slides.com/api
  3. 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
Windows: Edit
%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:

ToolDescription
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

  1. Paste meeting notes into Claude
  2. Ask: "Turn these meeting notes into a presentation summarizing decisions and action items"
  3. Claude uses 2Slides MCP to generate the deck
  4. Download and share with the team

Research to Presentation

  1. Discuss a research topic with Claude
  2. Ask: "Now create a 15-slide conference presentation from our discussion"
  3. Claude structures the conversation into a presentation
  4. Iterate: "Make slide 5 more data-focused"

Code Documentation to Slides

  1. Share your codebase context with Claude
  2. Ask: "Generate an architecture overview presentation for the engineering team"
  3. Claude creates slides explaining your system design

Weekly Reports

  1. Share your metrics data with Claude
  2. Ask: "Create this week's team update presentation"
  3. Claude generates a formatted report deck every week

MCP vs REST API: When to Use Which

FeatureMCPREST API
Best forInteractive AI workflowsAutomated pipelines
AuthenticationVia MCP configBearer token
OutputReturns to conversationDirect download URL
AutomationAI-drivenScript-driven
IntegrationClaude, Cursor, IDEsAny 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