GenFilesMCP
Click on "Install 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., "@GenFilesMCPCreate a PowerPoint presentation about renewable energy"
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.
GenFiles MCP Server 🧩
GenFiles is an MCP Server that generates PowerPoint, Excel, Word, or Markdown files from user requests and chat context. This server executes Python templates or structured document builders to produce files, uploads them to an Open Web UI (OWUI) endpoint, and can persist them in Open WebUI knowledge collections depending on the selected transport and configuration. Additionally, it supports analyzing and reviewing existing Word documents by extracting their structure and adding comments for corrections, grammar suggestions, or idea enhancements.
Table of Contents
Features ✨
Highlights the key capabilities of GenFiles MCP Server.
Learn about file generation, OWUI integration, and more.
Installation ⚙️
Two deployment modes:
MCP HTTP Streamable: Direct HTTP service.
MCP Stdio via MCPO: Integrated with MCPO.
Get the suggested system prompt for your AI Assistant
Get the built-in tool
Chat Context Toolfor retrieving docx files and images uploaded in the chat for use in generation or review.Step-by-step setup instructions.
See how to generate DOCX, XLSX, PPTX files.
Learn how to review Word documents with AI comments.
🚨 Please follow the installation instructions step by step to avoid errors.
Related MCP server: Office MCP Server
Quick Start (MCP HTTP Streamable) Installation Guide.
Installation
To quickly get started, you can use the pre-built Docker image:
docker pull ghcr.io/baronco/genfilesmcp:v0.3.0Run the container:
docker run -d --restart unless-stopped -p 8016:8016 \
-e OWUI_URL="http://host.docker.internal:3000" \
-e PORT=8016 \
-e REVIEWER_AI_ASSISTANT_NAME="GenFilesMCP" \
-e ENABLE_CREATE_KNOWLEDGE=false \
--name gen_files_mcp \
ghcr.io/baronco/genfilesmcp:v0.3.0Or copy and paste this one-liner:
docker run -d --restart unless-stopped -p 8016:8016 -e OWUI_URL="http://host.docker.internal:3000" -e PORT=8016 -e REVIEWER_AI_ASSISTANT_NAME="GenFilesMCP" -e ENABLE_CREATE_KNOWLEDGE=false --name gen_files_mcp ghcr.io/baronco/genfilesmcp:v0.3.0Environment Variables
Variable | Description | Example |
| URL of your Open Web UI instance |
|
| Port where the MCP Server will listen |
|
| MCP transport used at startup. Use |
|
| API key used only for |
|
| Name of the Open WebUI knowledge collection used for generated and reviewed files when |
|
| Author name used inside Word comments created by |
|
| Controls whether generated or reviewed files are attached to Open WebUI knowledge collections. In direct |
|
| Experimental DOCX mode. |
|
For more detailed installation instructions, see the Installation Guide.
What Can It Do?
Generate files in multiple formats (PowerPoint, Excel, Word, Markdown).
Review Word documents with AI-generated comments for grammar and idea enhancements.
Integrate seamlessly with Open Web UI for file uploads and knowledge management.
Examples of Generated Files 📄
DOCX Files 📝
Code-based generation: The LLM writes Python code to generate the document.
Template-based generation: The LLM defines the structure, and the backend builds the document (best results with Claude Haiku 4.5 and Kimi K2.5, 5.0/5).
Reviewer Mode: Add comments for grammar and idea enhancements.
PPTX Files 📊
The latest GPT models can generate PowerPoint files with good structure and formatting. You can try gpt-5.2 or gpt-5.4 for best style and formatting results.
Example using gpt 5.4:
XLSX Files 📈
The server can generate Excel files with multiple sheets, tables, and charts. The quality of formatting and structure depends on the model used, with the latest GPT models producing the best results.
Example using gpt 5.4:
Star History
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
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.
Latest Blog Posts
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/Baronco/GenFilesMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server