PPTX MCP Server
Servidor PPTX MCP
Un servidor con FastMCP para crear, editar y renderizar presentaciones de PowerPoint (PPTX) mediante programación. Admite la creación de diapositivas, la inserción de texto y formas, la incrustación de imágenes y la renderización de diapositivas a PNG (con LibreOffice).
Características
Crear/Borrar presentaciones: iniciar archivos PPTX nuevos o restablecer archivos PPTX existentes.
Agregar diapositivas: inserte diapositivas con diseños personalizables.
Texto y contenido: agregue títulos, contenido y cuadros de texto personalizados a las diapositivas.
Formas: inserte una amplia variedad de formas de PowerPoint (incluidos elementos de diagrama de flujo).
Imágenes: Incruste imágenes en diapositivas.
Descripción de la diapositiva: Obtenga un resumen textual del contenido de la diapositiva para su verificación.
Renderizado de diapositivas: renderiza diapositivas como imágenes PNG (requiere LibreOffice).
Descargar PPTX: Descargue el archivo de presentación generado.
Related MCP server: PowerPoint Editor MCP Server
Requisitos
Python 3.12+
LibreOffice (para renderizar imágenes de diapositivas; debe instalarse por separado y estar disponible en la RUTA de su sistema)
Instalación
Instalar dependencias de Python:
pip install -r requirements.txt(O consulte
pyproject.tomlpara las dependencias)Instalar LibreOffice (para renderizar imágenes):
Linux:
sudo pacman -S libreoffice-freshosudo apt install libreofficemacOS:
brew install --cask libreofficeWindows: Descargar desde libreoffice.org
Uso
Iniciar el servidor:
python server.pyPuede configurar el host y el puerto del servidor mediante variables de entorno:
HOST(predeterminado:127.0.0.1)PORT(predeterminado:8000)
Por ejemplo, para ejecutar en todas las interfaces y el puerto 9000:
HOST=0.0.0.0 PORT=9000 python server.pyO (para desarrollo con FastMCP):
fastmcp dev server.pyDescripción general de la API
El servidor expone herramientas y recursos a través de FastMCP, incluidos:
create_or_clear_presentation(filename)add_slide(filename, layout_index)add_title_and_content(filename, slide_index, title, content)add_textbox(filename, slide_index, text, left_inches, top_inches, width_inches, height_inches, font_size_pt, bold)add_shape(filename, slide_index, shape_type_name, left_inches, top_inches, width_inches, height_inches, text)add_picture(filename, slide_index, image, left_inches, top_inches, width_inches, height_inches)get_slide_content_description(filename, slide_index)get_slide_image(filename, slide_index)(requiere LibreOffice)get_pptx_file(filename)
Consulte el código para obtener detalles completos de los parámetros y los tipos de formas disponibles.
Presentaciones y plantillas
Las presentaciones se guardan en el directorio
presentations/.Puedes agregar tus propias plantillas en
presentations/templates/.
Licencia
Ver LICENCIA para más detalles.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA server that enables creating and editing PowerPoint presentations programmatically through the Model Context Protocol, supporting features like adding slides, images, textboxes, charts, and tables.1,854MIT
- Flicense-qualityDmaintenanceA server that provides PowerPoint presentation creation and editing capabilities through the Model Context Protocol, allowing users to create slides, add text, images, shapes and other content programmatically.2
- Alicense-qualityBmaintenanceMCP server for creating, reading, and editing PowerPoint (.pptx) presentations.1MIT
- FlicenseAqualityDmaintenanceA production-ready MCP server that enables LLMs to create, modify, and export PowerPoint presentations programmatically using PptxGenJS.101
Related MCP Connectors
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
List, share, upload, and manage Slideless HTML presentations from any MCP host.
A paid remote MCP for ppt-master, built to return verdicts, receipts, usage logs, and audit-ready JS
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samos123/pptx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server