mcpbeat Sign in

Office Oxide MCP Server

local only

Office Oxide MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 16 Jun 2026.

Rust-native MCP server for Office document processing

Installs per day peak 14 · avg 8 · +26% w/w
a month agotoday
48
Installs / week
npm · @aimino/opendocswork-mcp
162
Stars
1 open issues
16 Jun 2026
Last commit
0 releases in 90 days
GPL-3.0
License
Rust

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call get_document_info.file_path → src/main.rs:1008, get_document_info.file_path → src/main.rs:1010, office_read.file_path → src/main.rs:1043 и ещё 2
    let _ = std::fs::remove_file(&tmp_path);
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.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] bin/cli.js:1, [пакет] install.js:1, [пакет] run.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/cli.js:10, [пакет] run.js:15, [пакет] install.js:46
  execSync(binPath, { stdio: 'inherit' });
Builds a file path from a variable [пакет] bin/cli.js:7, [пакет] run.js:12
const binPath = path.join(__dirname, '..', 'bin', binName);

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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-oxide-mcp -- npx -y @aimino/opendocswork-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "office-oxide-mcp": {
      "args": [
        "-y",
        "@aimino/opendocswork-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.office-oxide-mcp]
command = "npx"
args = ["-y", "@aimino/opendocswork-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "office-oxide-mcp": {
      "args": [
        "-y",
        "@aimino/opendocswork-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "office-oxide-mcp": {
      "args": [
        "-y",
        "@aimino/opendocswork-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Office Oxide MCP

same job, measured the same way
Mhlabs MCP Tools
by musaddiquehussainlabs

An MCP server that provides text preprocessing, NLP components, and document analysis

86 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
PandaDoc MCP Server
by pandadoc-mcp

PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.

answering
Nutrient DWS MCP Server
by pspdfkit

Nutrient Processor + Data Extraction MCP: convert, OCR, sign, redact, and extract PDFs/Office docs.

106 installs/wk local only
1c-rest-mcp
by theyahia

MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)

112 installs/wk local only
Word AI
by flyfish-dev

Structure-preserving Word DOCX editing MCP server and Office.js bridge for AI agents.

local only
PDF Document MCP
by csoai-org

Pdf Document MCP Server by MEOK AI Labs

225 installs/wk local only
PandaDoc
by mindstone

PandaDoc document automation MCP server for Model Context Protocol hosts

51 installs/wk local only

Office Oxide MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Office Oxide MCP?
Office Oxide MCP 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 npm package @aimino/opendocswork-mcp was installed 48 times last week.
How do I connect Office Oxide MCP?
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 @aimino/opendocswork-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Office Oxide MCP?
The npm package @aimino/opendocswork-mcp was installed 48 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Office Oxide MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Rust, 162 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.