选项
首页首页 Skill MCP 工具 office-mcp

配备39种工具的MCP服务器,可支持Word、Excel、PowerPoint、PDF处理及OCR操作

...展开全部
119
更新时间 2026-07-13

关于 office-mcp

office-mcp 是一种专为特定工作流程设计的可复用 AI 技能。描述:“拥有 39 种工具的 MCP 服务器,可用于 Word、Excel、PowerPoint、PDF 及 OCR 操作。”

该技能会提供操作说明、规范以及针对具体任务的指导,帮助智能体更一致地完成工作。创建者:claude-office-skills - spreadsheet_analysis - document_generation

在实际应用中,这类技能最适合那些需要可重复执行、且希望减少设置步骤与歧义的用户——即 presentation_creation 场景。它是一个完整的 MCP(模型上下文协议)服务器,为 Office 文档操作提供了 **39 种工具**。该服务器采用 TypeScript/Node.js 编写,具备实际功能(而非占位符)。| 工具 | 描述 | |------|-------------|

常见问题

office-mcp 能解决什么问题?

office-mcp 能帮助智能体遵循源文档中规定的特定工作流程,从而减少歧义,确保执行结果与预期任务保持一致。

何时应使用此技能?

当任务符合该技能文档中描述的工作流程、领域或操作规则时,尤其是需要保证执行一致性时,就应当使用它。

主要限制是什么?

该技能的性能受其源代码指令的质量和覆盖范围限制。如果底层文档不完整,智能体可能仍需额外的上下文信息或人工验证。

在 GitHub 上查看

Office MCP Server

Overview

A complete MCP (Model Context Protocol) server providing 39 tools for Office document operations. Implemented in TypeScript/Node.js with real functionality (not placeholders).

Tool Categories

PDF Tools (10)

ToolDescription
extract_text_from_pdfExtract text content, supports page selection
extract_tables_from_pdfExtract table data from PDFs
merge_pdfsMerge multiple PDFs into one
split_pdfSplit PDF by page ranges
compress_pdfReduce PDF file size
add_watermark_to_pdfAdd text/image watermarks
fill_pdf_formFill PDF form fields
get_pdf_metadataGet PDF properties and metadata
ocr_pdfOCR on scanned PDFs (multi-language)
ocr_imageOCR on image files (PNG, JPG, TIFF, etc.)

Spreadsheet Tools (7)

ToolDescription
read_xlsxRead Excel files with sheet/range selection
create_xlsxCreate multi-sheet Excel files
analyze_spreadsheetStatistical analysis (min/max/mean/median)
apply_formulaApply Excel formulas to cells
create_chartGenerate chart configurations
pivot_tableCreate pivot tables with aggregation
xlsx_to_jsonConvert Excel to JSON

Document Tools (6)

ToolDescription
extract_text_from_docxExtract text from Word documents
create_docxCreate DOCX with headings, lists, tables
fill_docx_templateFill templates with {{placeholders}}
analyze_document_structureAnalyze headings, tables, word count
insert_table_to_docxInsert tables into documents
merge_docx_filesMerge multiple Word documents

Conversion Tools (9)

ToolDescription
xlsx_to_csvConvert Excel to CSV
csv_to_xlsxConvert CSV to Excel
json_to_xlsxConvert JSON arrays to Excel
docx_to_mdConvert Word to Markdown
md_to_docxConvert Markdown to Word
pdf_to_docxConvert PDF to Word (text extraction)
docx_to_pdfConvert Word to PDF (external tool required)
html_to_pdfConvert HTML to PDF (external tool required)
batch_convertBatch convert multiple files

Presentation Tools (7)

ToolDescription
create_pptxCreate PowerPoint with themes
extract_from_pptxExtract text and images from PPTX
md_to_pptxConvert Markdown to slides
add_slideAdd slides to existing presentations
update_slideUpdate slide content
pptx_to_htmlConvert to reveal.js HTML
get_pptx_outlineGet presentation structure

Installation

1. Clone and Build

cd mcp-servers/office-mcpnpm installnpm run build

2. Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{  "mcpServers": {    "office-mcp": {      "command": "/usr/local/bin/node",      "args": ["/path/to/claude-office-skills/mcp-servers/office-mcp/dist/index.js"]    }  }}

3. Restart Claude Desktop

Example Prompts

  • "Read the Excel file at ~/Documents/sales.xlsx"
  • "Create a PowerPoint with 5 slides about AI trends"
  • "Extract text from this PDF and convert to Markdown"
  • "Merge these 3 Word documents into one"
  • "Analyze the data in this spreadsheet"

Dependencies

pdf-parse, pdf-lib       - PDF operationstesseract.js             - OCR (pure JavaScript, no native binary needed)xlsx                     - Excel operationsmammoth, docx            - Word operationsdocxtemplater, pizzip    - Template fillingpptxgenjs, jszip         - PowerPoint operationsturndown, marked         - Markdown conversion

Supported OCR Languages

  • eng - English
  • chi_sim - Simplified Chinese
  • chi_tra - Traditional Chinese
  • jpn - Japanese
  • kor - Korean
  • fra - French
  • deu - German
  • spa - Spanish

Resources

  • MCP Server Code
  • Implementation Plan
  • Claude Office Skills Hub

所有文件

1 个文件

安装 office-mcp

将技能文件下载并解压到您的 .claude/skills/ 目录中。

下载ZIP

克隆仓库并复制技能文件到您的项目中。

git clone https://github.com/claude-office-skills/skills/blob/main/office-mcp/SKILL.md # Copy SKILL.md to your .claude/skills/ directory

复制 复制
快速设置: 将该技能文件夹复制到 .claude/skills/ 目录中,Claude 会自动检测并使用该技能。

相关技能

mcpgraph
更新时间 2026-06-29
composio
更新时间 2026-06-29
connect-mcp-server
更新时间 2026-06-29
browser-devtools-mcp
更新时间 2026-06-29
OR