Servers
2slides MCP Server
@2slides
2Slides is a modern AI-driven presentation generation agent. It automatically generates professional slide presentations based on user input (raw text or content intention), supporting multiple template types and themes.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"2slides": {
"command": "npx",
"args": [
"2slides-mcp"
],
"env": {
"API_KEY": "YOUR_2SLIDES_API_KEY"
}
}
}
}