MCP ExplorerExplorer

Mcp Pptx Presentations Creator

@dvejsadaon 10 months ago
2 MIT
FreeCommunity
AI Systems
#ai#mcp-server#pptx#presentation-slides
MCP SSE server providing tools that creates PowerPoint presentation based on LLM instructions

Overview

What is Mcp Pptx Presentations Creator

mcp-pptx-presentations-creator is a Model Context Protocol (MCP) Server that utilizes Server-Sent Events (SSE) to provide tools for creating PowerPoint presentations based on Large Language Model (LLM) instructions.

Use cases

Use cases include creating educational presentations, business proposals, marketing pitches, and training materials, allowing users to generate professional-looking slides quickly and efficiently.

How to use

To use mcp-pptx-presentations-creator, you need an MCP Client such as Claude Desktop or LibreChat. After setting up the server using Docker, you can connect your client to the server and create presentations by instructing the agent to generate slides on any topic.

Key features

Key features include the ability to create various types of PowerPoint slides such as title layout slides, section layout slides, and text content layout slides. Users can also utilize custom templates to match their company style.

Where to use

mcp-pptx-presentations-creator can be used in various fields including education, corporate training, marketing, and any area where presentations are required.

Content

What is it?

A Model Context Protocol Server running over SSE

What it offers?

Tools for LLM to create MS Office documents.

Roadmap:

  • [x] PowerPoint presentation (pptx) - the tool can create title layout slides, section layout slides and text content layout slides.
  • [x] Word documents (docx) - Uses HTML code generated by LLM
  • [x] Outlook messages (eml)
  • [ ] Outlook Appointments (ics)
  • [ ] Excel sheets (xlsx)

What do I need?

MCP Client, such is Claude Desktop or LibreChat

How to run this?

Using Docker with precompiled image as per docker-compose.yml. App is listening on port 8958.

Upload strategy

You must specify upload strategy (e.g. how the files will be passed from MCP to user) in env. variable. It may be either LOCAL (in such case, a mount of the /app/output folder to host folder is required) or S3 (in such case, AWS credentials and S3 bucket info is required) - see the template docker-compose.yml file

Custom templates

You may use custom templates so the tool creates the presentation e.g. on your company style slides or letterhead. In such case, a directory containing “template_4_3.pptx”, “template_16_9.pptx” or “template.docx” must be mounted to “/app/templates/” (see docker-compose.yml). In your template, you must ensure the proper position of the slide layout templates in your master slides. The title slide shall be third, title and content slide shall be fifth and section slide shall be eight. In word template, standard word styles must be present.

How to add to LibreChat

In your librechat.yaml file, add the following section:

mcpServers:
  office-docs:
    type: sse # type can optionally be omitted
    url: # URL of your docker container e.g. http://localhost:8958/sse
    timeout: 120000 # the generation of docx content may take longer time

How to use in LibreChat

After the server is added to LibreChat as per above, restart LibreChat to connect to MCP server and discover tools. Then, create an agent and add the respective tools to agent.

When the agent is created, you may ask the agent to create presentation on any topic, to create word document or draft e-mail.

Template system instructions for agent are in instructions_template.md

Contributions

Further contributions are welcomed!

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers