office-mcp - Generate documents from templates via OfficeCLI.
Generates docx, xlsx, and pptx files from templates, supporting stateful draft management and template creation.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- List available templates
- View template content and placeholders
- Generate document from template
- Upload template from disk
- Create template from file
- Convert markdown to template
- Manage document drafts statefully
- Download generated document file
Inputs
- docx, xlsx, or pptx template files
- JSON replacement data
- Markdown formatted text
- Source file path on disk
Outputs
- Generated docx, xlsx, or pptx files
- Base64 encoded file data
- Draft records in SQLite database
- New template files
Requirements
- OfficeCLI tool
- python-docx library
- SQLite database
- File system access to office_mcp directory
