What is MCP?
The MCP (Model Context Protocol) interface is designed for AI assistants like Claude. It provides a structured way to interact with the Poesius platform.Video Demo: Connecting Poesius to Claude via MCP
Watch this video to see how to connect Poesius to Claude using MCP:How Poesius Generates Presentations
When you use MCP tools to generate slides, Poesius automatically performs three steps:- Generate narrative - Creates a McKinsey-style presentation story, summarizing key findings and revealing insights
- Retrieve layout details - Gets template specifications (colors, layout zones, typography) defined visually in the web app
- Create slides - Combines the generated narrative with template specs to produce professional PPTX files
Learn More
Understand the complete generation process
MCP Endpoint
Base URL:https://poe.poesius.com/mcp or https://poe.poesius.com/api/v1/mcp
Transport: SSE (Server-Sent Events) or HTTP POST
Authentication
MCP supports the same authentication methods as the REST API:X-API-KeyheaderAuthorization: Bearer <token>header
Available MCP Tools
Core Tools
generate_slides
End-to-end slide generation (recommended)
list_templates
List all available templates
Advanced Tools
generate_presentation_content- Generate markdown content firstslide_from_content- Create slides from existing contentrefine_slide- Refine an existing slidelist_conversations- List user conversationsget_conversation_history- Get conversation historycreate_share_link- Create shareable links
Basic Usage
Example MCP Call
When to Use MCP vs REST API
Use MCP when:
- Building AI assistant integrations
- You want structured tool responses
- You need conversation context
- Working with Claude or similar AI tools
Use REST API when:
- Building traditional web applications
- You need direct HTTP control
- You’re using standard HTTP clients
- You prefer RESTful patterns
Next Steps
Generate Slides (MCP)
Learn how to generate slides using MCP
List Templates
Discover available templates
Examples
See MCP code examples

