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
Chat with 60+ AI models on the same workflow — switch to a different model mid-conversation and re-run the same prompt, or use Compare mode to put several side-by-side 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 60+ 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.
Listing tools proves the server is reachable, not that a model can work with it. Evals go further: they read every tool on the server, write a test suite from its real schemas, and run it — code decides pass/fail on the responses (schema conformance, error codes, pagination, result caps) while a scoring model grades plain-English tasks driven through the tools.
Get a pass/fail report per tool with the evidence behind each verdict — and replay the same suite after every schema change. Destructive tools are excluded from the run.
Run evalsOpen MCP Agent Studio with the connection pre-filled. Add your token, pick any of 60+ 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.