office-oxide-mcp-rust-document-processor
Installation
SKILL.md
office-oxide-mcp-rust-document-processor
Skill by ara.so — MCP Skills collection.
Overview
office-oxide-mcp is a Rust-native MCP (Model Context Protocol) server for processing Office documents (Excel, Word, PowerPoint, PDF). It provides sub-millisecond performance for reading, writing, and manipulating office files locally without external dependencies. Think of it as an open-source alternative to Aspose with native Rust performance.
Key capabilities:
- Read: Extract content from XLSX, DOCX, PPTX, PDF to JSON/Markdown/Text/Chunks
- Write: Create and modify Excel spreadsheets, Word documents, PowerPoint presentations
- PDF Forms: Fill AcroForm/XFA fields, overlay text at coordinates, analyze layout
- Skills System: Pre-built templates for invoices, reports, dashboards, pitch decks
- Coherence Engine: Maintain consistency across linked cells and documents
Performance: ~10-50× faster than Python equivalents (openpyxl, python-docx, etc.)