ChatPPT is an AI presentation generator from YOO-AI. Its MCP server lets a model build a full PowerPoint deck from a topic or brief, or convert an uploaded Word or PDF into slides — then swap templates, colours and fonts, and hand back an editable online deck.
Bring your own
Claude Sonnet 4.5
MCP Playground runs 40+ models on the same workflow: switch anytime, or use Compare mode to run several in parallel and balance quality vs. cost.
Account-scoped: obtain an API key from yoo-ai.com and use the endpoint issued with it. There is no shared public URL.
How models use it and what it is built for.
The ChatPPT MCP server exposes YOO-AI's presentation pipeline as MCP tools, so a model can produce a finished deck rather than just an outline. You give it a theme, a set of requirements, or a source document, and it returns a generated presentation you can open, edit online and download. Beyond first generation it covers the restyling work that usually follows: applying a different template, changing the colour scheme, adjusting fonts. The vendor documents roughly eighteen document-processing APIs behind it, extending past slide generation into adjacent tasks such as resume analysis. It runs over stdio or Streamable HTTP, and the vendor recommends Streamable HTTP because it needs no local dependencies.
Typical tools an AI model can call. Exact names vary by version.
Copy any of these into MCP Agent Studio after connecting.
Build a 12-slide deck introducing our Q3 product roadmap to the sales team.
Turn this uploaded PDF whitepaper into a conference talk deck.
Regenerate that presentation using a darker template and a serif heading font.
Summarise this document into 6 slides suitable for an executive briefing.
This is not a single-model product: you get the same MCP connection with 40+ models (Claude, GPT, Gemini, DeepSeek, open-weight, and more), you can switch mid-conversation, and you can open Compare mode to run the same prompt against multiple models at once. The card above is a suggested starting point for this server — not the only choice.
Default pick for ChatPPT
Claude Sonnet 4.5
Deck generation rewards a model that structures long content well and follows layout instructions precisely across multi-step template and styling edits.
Open MCP Agent Studio with the connection pre-filled. Add your token, pick any of 40+ models, and start chatting — no install required.
Open Agent StudioCommon questions about connecting, scoping and using it safely.
No. YOO-AI has not published a shared Streamable HTTP endpoint — the GitHub README describes stdio, Node.js and Streamable HTTP connection modes but does not publish a URL or auth header. Access is account-scoped, so you get your endpoint and key from yoo-ai.com and paste those into MCP Playground yourself.
Official. The repository is published by YOOTeam, the GitHub organisation of YOO-AI (必优科技), the company behind ChatPPT itself. It is a first-party server rather than a third-party wrapper around the product.
A complete, editable presentation rather than an outline. It generates from a topic or written brief, or converts an uploaded Word or PDF into slides, and then supports the follow-up work — swapping templates, changing colour schemes and fonts — before you download or keep editing online.
Streamable HTTP, which the vendor recommends because it needs no local dependencies and works directly in any client supporting that transport. A stdio mode is also available if you would rather run it locally, and Python and Node.js paths exist for that.
Yes. Paste your ChatPPT endpoint and key into the MCP Server Tester to inspect the tools it exposes, or into MCP Agent Studio to watch a real model generate a deck and see every tool call and response live — no install and no SDK.