← 返回 Skills 市场
PDF
Office Oxide MCP Server
作者
Xuan Duc Nguyen
· GitHub ↗
· v0.2.0
· MIT-0
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install office-oxide-mcp
功能描述
Rust-native MCP server for fast, local processing of Excel, Word, PowerPoint, and PDF files with reading, writing, form filling, and skill execution.
使用说明 (SKILL.md)
Office Oxide MCP Server
Rust-native MCP server for Office document processing (Excel, Word, PowerPoint, PDF). Sub-millisecond, local-first, open source — the "open source Aspose."
Quick Start
cargo install office-oxide-mcp
Or download the latest release.
Claude Desktop
{
"mcpServers": {
"office": { "command": "office-oxide-mcp", "args": ["--transport", "stdio"] }
}
}
Cursor
{
"mcpServers": {
"office-oxide-mcp": { "command": "office-oxide-mcp", "args": ["--transport", "stdio"] }
}
}
Features
AI Reading
- Read DOCX, XLSX, PPTX, PDF into JSON, Markdown, or semantic chunks
- Table extraction, image embedding, section detection
- Format-agnostic unified API
Excel Write
- Create XLSX files with formatting, charts, pivot tables
- Write cells, ranges, merge cells, conditional formatting
- Column widths, sheet management
Word Write
- Create DOCX files from Markdown
- Templates with text replacement, tables, images, headers/footers
- Comments, TOC, style management
PPT Write
- Create presentations with charts, text boxes, images
- Slide layouts, agenda slides, callout layouts
- McKinsey-quality output
- Read PDF as Markdown/JSON/text/chunks
- Fill AcroForm and XFA forms
- Overlay text at coordinates on flat PDFs
- Layout analysis for field detection
- Export to PDF from any format
Skills System
- Built-in templates:
excel.table,word.report,ppt.deck - YAML-defined skills with validation
- Custom skill registration and execution
Coherence Engine
- Cross-document entity tracking with DAG
- BFS propagation for bulk updates
- Integrity verification
Tool Overview
| Tool | Description |
|---|---|
list_formats |
All supported formats + capabilities |
get_document_info |
File metadata (format, size, readability) |
office_read |
Read content → JSON / Markdown / Chunks / Text |
office_fill_pdf_form |
Fill AcroForm/XFA form fields |
office_list_pdf_fields |
List all form fields in a PDF |
office_overlay_pdf_text |
Text at coordinates on flat PDFs |
office_analyze_pdf_layout |
Layout analysis for overlay coords |
office_create_xlsx |
Create Excel workbooks |
office_create_docx |
Create Word documents |
office_write_docx_from_md |
Create DOCX from Markdown |
office_create_pptx |
Create PowerPoint presentations |
skill_run / skill_list / skill_validate / skill_register |
Skills System |
office_propagate_edit / office_check_consistency |
Coherence Engine |
Performance
| Operation | Python | office-oxide-mcp | Speedup |
|---|---|---|---|
| 10M cell XLSX read | 239s | ~25s | ~10× |
| 100K cell XLSX write | 1.8s | 152ms | ~12× |
| DOCX read (6K docs) | 11.8ms | 0.8ms | ~14× |
| PPTX read (323 slides) | 32.5ms | 0.7ms | ~46× |
| Cold start | 1-5s | \x3C50ms | ~100× |
| Memory (idle) | 42.7MB | \x3C2MB | ~20× |
License
MIT OR Apache-2.0
安全使用建议
Before installing, verify that the Cargo package and GitHub source are the ones you intend to trust. Use it only on documents you are comfortable letting an MCP server read or modify, and prefer output copies when filling PDFs or propagating edits.
能力评估
Purpose & Capability
The advertised capabilities are Office and PDF reading, creation, form filling, and document consistency tools, which fit the stated purpose of local document processing.
Instruction Scope
The instructions are installation and MCP client configuration guidance; the document read/write tools are broad but disclosed and appear path-directed by the user.
Install Mechanism
Installation uses Cargo or GitHub releases and does not request secrets, but the artifact is documentation-only, so the actual package code and publisher provenance should be verified before use.
Credentials
Local file access is proportionate for Office/PDF processing, but the tool may handle sensitive business, financial, or personal documents.
Persistence & Privilege
The artifact shows normal MCP client configuration over stdio, with no privilege escalation, background daemon setup, credential handling, or hidden persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install office-oxide-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/office-oxide-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
- Initial ClawHub release of office-oxide-mcp v0.2.0\n- Rust-native MCP server for Excel, Word, PowerPoint, PDF\n- AI Reading: DOCX/XLSX/PPTX/PDF → JSON/Markdown/Chunks\n- Excel Write: formatting, charts, pivot tables\n- Word Write: DOCX from Markdown, templates\n- PPT Write: McKinsey-quality presentations\n- PDF: form filling (AcroForm/XFA), overlay, layout analysis\n- Skills System with 10 built-in YAML templates\n- Coherence Engine: cross-document entity DAG\n- 15 built-in showcase documents
元数据
常见问题
Office Oxide MCP Server 是什么?
Rust-native MCP server for fast, local processing of Excel, Word, PowerPoint, and PDF files with reading, writing, form filling, and skill execution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。
如何安装 Office Oxide MCP Server?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install office-oxide-mcp」即可一键安装,无需额外配置。
Office Oxide MCP Server 是免费的吗?
是的,Office Oxide MCP Server 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Office Oxide MCP Server 支持哪些平台?
Office Oxide MCP Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Office Oxide MCP Server?
由 Xuan Duc Nguyen(@xdnaimino)开发并维护,当前版本 v0.2.0。
推荐 Skills