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.
pip install office-worker-mcp # core: MCP server + CLI 'owi'
Connect it to your agent (stdio):
{ "mcpServers": { "office-worker": { "command": "office-worker-mcp" } } }
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 sheet - Word —
create_wordexecutive report with headings, bullets and a data table, corporate theme - PPTX —
create_pptxmulti-slide deck with a native DrawingML bar chart - PDF —
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 agents - Convert — 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 compliance - Sign & 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 29 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 29 tools (returns / use when / do-not-use) | docs/tools.md |
| Competitive comparison & why we're the one to install | docs/comparison.md |
| Ten end-to-end conversational workflows (EN) | docs/workflows.md |
| Optional extras ([ocr] [sign] [book] [pptx]) & honest platform limits | docs/extras.md |
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file office_worker_mcp-0.9.5.tar.gz.
File metadata
- Download URL: office_worker_mcp-0.9.5.tar.gz
- Upload date:
- Size: 296.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9d6d4aaf0a513dfc66a41998d97bbe4825edebb4cd0fccbc9c3db2eea9b11d7
|
|
| MD5 |
61e00df3b406716d73424423f523874e
|
|
| BLAKE2b-256 |
6458d968c031fbcf91bc33a73632a2895d11aceff65048e37c4b2fc60e202037
|
File details
Details for the file office_worker_mcp-0.9.5-py3-none-any.whl.
File metadata
- Download URL: office_worker_mcp-0.9.5-py3-none-any.whl
- Upload date:
- Size: 276.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b87364e8736d82a612f5010dda3891fffe972c3233922a881d1f736ebbc9203
|
|
| MD5 |
2f06d48c1274d05cbf667fb88525b242
|
|
| BLAKE2b-256 |
5222642c50f7df080054e6630b202c8c0259034634f132ed27df840a0b40af7e
|