Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🏒 Workplace & Productivity
  3. The Office Worker
The Office Worker logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 5:17:18 PM

The Office Worker

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "the-office-worker": {
      "command": "uvx",
      "args": [
        "office-worker-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🏒 More in Workplace & Productivity

Documentation Overview

The Office Worker β€” office-worker-mcp

CI PyPI version PyPI - Python Version License: MIT

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)

PlatformPath 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)pip install "office-worker-mcp[pdf]" + system binaries for the 3 capabilities pip can't ship (LibreOffice → Office→PDF, Tesseract → OCR, Pango/Cairo → WeasyPrint; convert_to_pdf uses LibreOffice and does not need weasyprint). Run owi doctor once: it prints the exact one-line install command for your OS. The server also warns you at startup if anything is missing.
Windows (bare metal)Partial support only. Word/Excel/PPTX, PDF read/extract, security and convert_to_pdf work natively; premium PDF rendering (WeasyPrint), OCR and books do NOT β€” they need native C libs with no unattended Windows installer. Docker image needs WSL2/Hyper-V or Docker Desktop; on LTSC without Hyper-V there is no full-setup path. Details: docs/extras.md
Terminal
pip install office-worker-mcp          # core: MCP server + CLI 'owi'

Connect it to your agent (stdio):

config.json
{ "mcpServers": { "office-worker": { "command": "office-worker-mcp" } } }

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):

Terminal
docker pull ghcr.io/cafra-house/office-worker-mcp:latest
config.json
{
  "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 chartExecutive report (Word)Native-chart deck (PPTX)Premium PDF (editorial design)
  • Excel β€” create_excel structured table + autofilter + edit_excel add_chart / add_pivot native pivot sheet
  • Word β€” create_word executive report with headings, bullets and a data table, corporate theme
  • PPTX β€” create_pptx multi-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 doctor environment diagnostics with per-OS install hints; packaged skills installable via owi 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

TopicWhere
Full reference of all 30 tools (returns / use when / do-not-use)docs/tools.md
Competitive comparison & why we're the one to installdocs/comparison.md
Ten end-to-end conversational workflows (EN)docs/workflows.md
Optional extras ([pdf] [ocr] [sign] [book] [pptx]) & honest platform limitsdocs/extras.md

Develop & test

Terminal
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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Workplace & Productivity View all alternatives
  • Excel MCP Server logoExcel MCP Server

    An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae).

    🏒 Workplace & Productivity5 views
    Compare vs Excel MCP Server β†’
  • Teamwork MCP logoTeamwork MCP

    Project and resource management platform that keeps your client projects on track, makes managing resources a breeze, and keeps your profits on point.

    🏒 Workplace & Productivity2 views
    Compare vs Teamwork MCP β†’
  • Globalion MCP logoGlobalion MCP

    Vector RAG store for Word/Excel/PDF/PowerPoint. Break-even pricing, $5 per 5,700 pages.

    🏒 Workplace & Productivity1 views
    Compare vs Globalion MCP β†’
  • Trello MCP Server logoTrello MCP Server

    Trello Model Context Protocol (MCP) Server for AI Agents

    🏒 Workplace & Productivity1 views
    Compare vs Trello MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about The Office Worker

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "the-office-worker": { "command": "npx", "args": ["-y", "The Office Worker"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewThe Office Worker AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/the-office-worker?style=directory)](https://allmcps.com/mcp/the-office-worker)
HTML Embed
<a href="https://allmcps.com/mcp/the-office-worker"><img src="https://allmcps.com/api/badge/the-office-worker?style=directory" alt="The Office Worker on AllMCPs" /></a>

Technical Specs & Signals

Category🏒Workplace & Productivity
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🏒 Workplace & Productivity β†’Best MCP servers for Workplace & Productivity β†’Alternatives to The Office Worker β†’Install in Claude DesktopInstall in CursorInstall in VS Code