mcp-apps-office-kit
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-apps-office-kitcreate a 3-slide PPT about remote work benefits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-apps-office-kit
Office-Kit based on the MCP Apps extension mechanism: Allows LLM Desktop (Claude Desktop / etc.) to generate rich media content such as PPT / HTML / FlowChart via Canvas Core.
Core Philosophy: HTML is the truth layer · Tailwind + shadcn is the design language · Canvas Core is the foundation · App is the domain encapsulation.
📖 Documentation
plan.md· Project Overview (Layered Architecture / MVP / Iteration Plan / ADR Index)docs/adr/· Architecture Decision Records (ADR-0001 ~ 0005)docs/iterations/· Weekly Iteration Details
Related MCP server: pharos-ai-doc-genie
🚀 Quick Start (W1 Phase)
pnpm install
pnpm dev # 启动 server.ts(http://localhost:3456)
pnpm build # 产出 dist/mcp-ppt-app.html
pnpm test # 跑 sanitize / contract 单测W1 Smoke:
# 验证 sanitize + contract 通路
curl -X POST http://localhost:3456/debug/generate_ppt \
-H "Content-Type: application/json" \
-d '{"topic":"AI 的未来"}'📂 Directory Structure
See plan.md §0.2 for details.
🛠 Current Phase
W1 · Engineering Skeleton & MCP Path & Security Foundation (v0.0.1)
✅ Vite Multi-entry + TS strict + ESLint/Prettier
✅
src/core/Trio (AppDefinition / Registry / Express)✅
src/shared/html/sanitize.ts(DOMPurify + Whitelist)✅
src/shared/html/contract.ts(Stable ID Reissue · ADR-0004)✅ Empty Shell PPT App
⏳ Day 2: Integrate MCP SDK Streamable HTTP
⏳ Day 5: ADR Decision Day + Demo
📜 License
Private / Internal
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP-Native LLM Orchestration Agent
OCR, transcription, file extraction, and image generation for AI agents via MCP.
The Canva MCP server connects AI assistants (like Claude, ChatGPT, and Cursor) to Canva's API, enabling them to create and manage designs directly within chat conversations. Key capabilities include generating new designs from prompts, autofilling templates, searching and resizing existing designs, importing files from URLs, exporting designs as PDFs or images, and managing folders and comments without switching between tools.
LLM Orchestration MCP Agent
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables generating AI-powered presentations via the Gamma API directly from MCP clients like Claude for Desktop.7 npmMIT
- AlicenseAqualityDmaintenanceEnables AI agents to generate real Office documents (.pptx, .docx, .xlsx) and source code from natural language via MCP protocol.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables creation of professional PowerPoint presentations with AI-generated content and images, supporting multiple LLMs and image services via MCP protocol.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to visually build and run AI generation pipelines on a canvas by adding, wiring, and executing nodes via MCP tools.Apache 2.0