Labsco
MCP SERVER · OFFICIAL PROJECT

Plus AI Decks

by Plusai

Turn a prompt into a slide deck, either from a template or by handing the whole job to their agent.

Slide & Presentation Generation
Summary
The session-polling tool is the honest part — the agent path takes long enough to need one.

Most generation endpoints pretend the work is instant and then time out. Splitting the agent run into start-and-poll means a deck can take as long as it takes without the client giving up halfway. Use the template path when you know the shape you want and the agent path when you do not; the difference in wait is the difference in how much thinking it does for you.

What it is

Plus AI's hosted endpoint for generating presentations. Two ways in: a fast template-based path, and a slower agent that plans, writes and designs the deck itself.

What you get
  • create_presentation — prompt to PPTX using a template
  • create_presentation_with_agent — the agent plans, writes and designs, returning PPTX, PDF and a thumbnail
  • get_presentation_agent_session — poll a long-running agent run by session id
Requirements

Add the endpoint, then sign in with your Plus AI account when prompted; OAuth handles the rest.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen