mcpbeat Sign in

The Office Worker MCP Server

by cafra-house Your server? Claim it
local only

The Office Worker runs on your own machine — the client starts it, so there is no endpoint to ping. 3 632 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

3 632
Installs / week
pypi · office-worker-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 2 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/office_worker/__init__.py:1, [пакет] src/office_worker/cli.py:1, [пакет] src/office_worker/core/__init__.py:1 и ещё 18
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable [пакет] src/office_worker/core/excel.py:860, [пакет] src/office_worker/core/pdf_tools.py:176, [пакет] src/office_worker/core/word.py:634
                s_file = safe_out(os.path.join(parent, f"{stem}_{s_clean}.csv"))
Runs an external command [пакет] src/office_worker/core/pdf_tools.py:156
            proc = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add office-worker-mcp -- uvx office-worker-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "office-worker-mcp": {
      "args": [
        "office-worker-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.office-worker-mcp]
command = "uvx"
args = ["office-worker-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "office-worker-mcp": {
      "args": [
        "office-worker-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "office-worker-mcp": {
      "args": [
        "office-worker-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to The Office Worker

same job, measured the same way
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

29 installs/wk local only
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only
Deckprobe
by deckflow

Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals

22 installs/wk local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
Securedact MCP
by giganteshji

Local-first privacy MCP server for sensitive AI workflows

572 installs/wk local only
ArcGIS MCP Bridge
by muend

Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.

242 installs/wk local only
E2b
by mcparmory

Create and manage secure sandboxes for running AI agent code

238 installs/wk local only

The Office Worker — questions

Answers built from our own checks of this server.

Why is there no uptime for The Office Worker?
The Office Worker runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package office-worker-mcp was installed 3 632 times last week.
Is The Office Worker still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect The Office Worker?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls office-worker-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use The Office Worker?
The pypi package office-worker-mcp was installed 3 632 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.