office-worker-mcp
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., "@office-worker-mcpCreate a branded PDF invoice using the corporate-blue theme."
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.
The Office Worker — office-worker-mcp
The complete document MCP for AI agents. Generate, edit, secure, audit and extract professional PDF, Word, Excel and PowerPoint documents — fully local, zero API keys, deterministic and safe. Built for Hermes, Claude and Cursor via MCP.
Requirements (read this first)
Platform | Path to all 30 tools |
Any OS with Docker (on Windows via Docker Desktop with WSL2/Hyper-V backend) | Official image — recommended: see Full setup below or docs/docker.md |
Linux / macOS (bare metal) |
|
Windows (bare metal) | Partial support only. Word/Excel/PPTX, PDF read/extract, security and |
pip install office-worker-mcp # core: MCP server + CLI 'owi'Connect it to your agent (stdio):
{ "mcpServers": { "office-worker": { "command": "office-worker-mcp" } } }Related MCP server: Spire.Doc MCP Server
Full setup — all 30 tools, zero friction (recommended)
The core pip package covers the full document lifecycle; three capabilities need system binaries that pip cannot ship (LibreOffice for Office→PDF conversion, Tesseract for OCR, Pango/Cairo native libs for WeasyPrint). The official Docker image bundles everything and runs on any OS with Docker — on Windows it runs via Docker Desktop (WSL2/Hyper-V backend):
docker pull ghcr.io/cafra-house/office-worker-mcp:latest{
"mcpServers": {
"office-worker": {
"command": "docker",
"args": ["run", "-i", "--rm", "-v", "${HOME}/office-worker-data:/data", "ghcr.io/cafra-house/office-worker-mcp:latest"]
}
}
}Prefer bare metal? Run owi doctor after pip install — it reports exactly which capability is inactive and prints the one-line install command for your OS (apt/brew/dnf/winget). Details in docs/docker.md and docs/extras.md.
See it in action
Real documents generated by the MCP itself — no manual editing, no cloud:
Excel dashboard + native chart | Executive report (Word) | Native-chart deck (PPTX) | Premium PDF (editorial design) |
|
|
|
|
Excel —
create_excelstructured table + autofilter +edit_excel add_chart/add_pivotnative pivot sheetWord —
create_wordexecutive report with headings, bullets and a data table, corporate themePPTX —
create_pptxmulti-slide deck with a native DrawingML bar chartPDF —
render_document(design_mode="premium")editorial layout with metrics table
What you get
One package covers the entire document lifecycle — create → read → extract → convert → secure → sign → audit — with honest fidelity reporting (rich | clean | lossy) and proactive next_steps guidance on every creation tool.
Create — Word / Excel / PPTX / PDF from templates or declarative blocks; corporate themes, logos, watermarks, premium editorial design mode
Read & extract — structured Markdown/JSON for RAG (
read_office,pdf_extract_structured) + embedded images as base64 for multimodal agentsConvert — PDF ↔ Office ↔ CSV bidirectionally with explicit fidelity warnings
Secure — irreversible redaction (
pdf_redact), metadata scrubbing (scrub_metadata), password encryption (protect_office), form flattening for archival complianceSign & audit — real PAdES signatures (
sign_pdf) + cryptographic verification (verify_pdf_signature), honest document diffing (document_diff)Productivity — mail merge (
mail_merge), native Excel pivots (add_pivot), native PPTX charts, multi-chapter books with auto TOC (create_book)Onboarding —
owi doctorenvironment diagnostics with per-OS install hints; packaged skills installable viaowi skill install
Efficiency (measured)
~2550 tokens/turn across 30 specialized tools vs ~6400 for a typical 47-tool CRUD suite — less bloat, more stable agents, lower cost. Measured, not claimed.
Documentation
Topic | Where |
Full reference of all 30 tools (returns / use when / do-not-use) | |
Competitive comparison & why we're the one to install | |
Ten end-to-end conversational workflows (EN) | |
Optional extras ([pdf] [ocr] [sign] [book] [pptx]) & honest platform limits |
Develop & test
pip install -e ".[dev,book]"
pytest -q # full suite verified on disk (46 passed)
python count_tokens.py # live token-budget audit (2550.75 tok v0.9.0, <2600 target)License
MIT — see LICENSE. Acknowledgements in NOTICE. Maintained by CaFra-House.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Composable APIs for document extraction, image transformation, and document & sheet generation.
Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating
Create and manage documents, spreadsheets, and presentations from your AI assistant.
Generate and read PDFs for AI agents: a generate_pdf and a read_pdf tool, priced per document.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to extract and analyze text content from various document formats (PDF, DOCX, PPTX, XLSX) in local knowledge bases, and create new formatted Word and Excel documents with structured data and reports.5MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to create, read, modify, and convert Word documents without Microsoft Word, supporting 18 tools for document operations, paragraph manipulation, table management, formatting, and conversion between multiple formats including PDF, HTML, and Markdown.6MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to read, edit, and create Microsoft Word documents (.docx) with support for rich text, tables, and images, deployable locally or via SSE.3MIT
- AlicenseBqualityDmaintenanceEnables complete Office document lifecycle management for AI agents, including creation, editing, conversion, and templating of DOCX, XLSX, PPTX, PDF, and EML files.40MIT
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/CaFra-House/office-worker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server



