New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@tiwater/office-mcp

Package Overview
Dependencies
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiwater/office-mcp

Published MCP distribution for independent Tiwater Office, PDF, and Text document capabilities

latest
Source
npmnpm
Version
0.21.62
Version published
Maintainers
2
Created
Source

Tiwater PDF MCP

Published, Agent-facing stdio MCP server for PDF inspection, table extraction, and OCR. It is a separate executable, process, and tool surface from the Office MCP, distributed in the same npm package so both use one trusted release path.

Tools

  • pdf_inspect
  • pdf_extract_tables
  • pdf_find_table
  • pdf_extract_table_details
  • pdf_ocr (pinned Aliyun qwen3.8-max; per-invocation Supen credential)

Every tool is read-only and records the exact input PDF identity. Read results can be retained in immutable JSON artifacts. pdf_inspect always requires that durable artifact and separately returns a bounded document identity without traversing page content.

Install and run

npm install --global @tiwater/office-mcp
tiwater-pdf-mcp

The server invokes the independently published tiwater-pdf executable from PATH. It does not fall back to a repository checkout. OCR credentials are provided to that child for one invocation by the runtime environment; the MCP does not read or persist provider credentials.

FAQs

Package last updated on 09 Sep 2026

Related posts