オプション
家 Skill MCPツール office-mcp

Word、Excel、PowerPoint、PDF、OCR処理に対応した39のツールを搭載したMCPサーバー

...すべて拡張します
117
更新された時間 2026年7月13日

概要office-mcp

office-mcp 特定のワークフローに特化した、再利用可能なAIスキルです。説明:「Word、Excel、PowerPoint、PDF、OCR操作に対応した39のツールを備えたMCPサーバー」

このスキルには、手順、規約、およびタスク固有のガイダンスがパッケージ化されており、エージェントがより一貫性を持って作業を実行できるようになっています。作成者: claude-office-skills - spreadsheet_analysis - document_generation

実際には、このスキルは、セットアップの手順が少なく、曖昧さが少ない状態で繰り返し実行できる必要があるユーザーに最適です。 - presentation_creation Officeドキュメント操作のための**39のツール**を提供する完全なMCP(Model Context Protocol)サーバーです。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

コピー コピー
クイックセットアップ: skillフォルダを.claude/skills/にコピーしてください。Claudeが自動的にそのスキルを検出して使用します。
リポジトリ claude-office-skills/skills

関連スキル

mcpgraph
更新された時間 2026年6月29日
composio
更新された時間 2026年6月29日
connect-mcp-server
更新された時間 2026年6月29日
browser-devtools-mcp
更新された時間 2026年6月29日
OR