GitHub - 2slides/mcp-2slides: The MCP Server for 2slides. AI agent for PPT/Presentation/Slides generation. (original) (raw)

2slides MCP Server

2slides

Expose 2slides.com tools for MCP clients (e.g., Claude Desktop).

Get Your API Key

Before using this MCP server, you need to obtain an API key from 2slides.com/api.

Configure in Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json and add:

{ "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.

Available Tools

All tools return the 2slides API JSON as formatted text. Use jobs_get with the jobId from slides_generate to poll status or get the downloadUrl when available.

Troubleshooting (Claude Desktop)

tail -n 50 -f ~/Library/Logs/Claude/mcp*.log

References