2slides
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
Ads
Overview
Expose 2slides.com tools for MCP clients (e.g., Claude Desktop). Before using this MCP server, you need to obtain an API key from 2slides.com/api. Edit ~/Library/Application Support/Claude/claude_desktop_config.json and add: json { "mcpServers": { "2slides": { "command": "npx", "args": ["2slides-mcp"], "env": { "API_KEY": "YOUR_2SLIDES_API_KEY" } } } } Then fully restart Claude Desktop. In a chat, open the tools panel and you should see the tools below. Generate a PowerPoint presentation using a pre-built theme (Fast PPT). Use themes_search first to find a themeId.
Installation
npx 2slides-mcp
Configuration
{
"mcpServers": {
"2slides": {
"command": "npx",
"args": [
"2slides-mcp"
],
"env": {
"API_KEY": "YOUR_2SLIDES_API_KEY"
}
}
}
}Capabilities
- Search presentation themes
Use `themes_search` to find a theme by keyword (e.g., "business", "minimal") and get its `themeId` for slide generation.
- Generate themed PowerPoint slides
Provide content and a `themeId` to `slides_generate` and receive a ready-to-download `.pptx` file.
- Create slides matching a reference image
Supply a reference image URL and content to `slides_create_like_this` to produce slides that mirror the image's visual style.
- Create custom-designed slides from text
Use `slides_create_pdf_slides` with a free-text `designStyle` to generate slides without a reference image.
- Add AI voice narration to slides
Use `slides_generate_narration` to attach single or dual-speaker narration to a completed Nano Banana slide job.
- Export slides and audio as ZIP
Use `slides_download_pages_voices` to download individual slide images, per-page audio files, and a transcript for a narrated job.
Tags
- content-creation
- ai-model
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.