Claude Document MCP Server
クロードドキュメントMCPサーバー
Claude Desktop が Microsoft Word、Excel、および PDF ファイルに対してドキュメント操作を実行できるようにする Model Context Protocol (MCP) サーバー。
特徴
Microsoft Wordの操作
テキストから新しいWord文書を作成する
既存の Word 文書を編集する (段落と見出しを追加/編集/削除)
テキストファイル(.txt)をWord文書に変換する
Excel操作
JSON または CSV のようなテキストから新しい Excel スプレッドシートを作成する
既存の Excel ファイルを編集する (セル、範囲の更新、行、列、シートの追加/削除)
CSVファイルをExcelに変換する
PDF操作
テキストから新しいPDFファイルを作成する
Word文書をPDFファイルに変換する
Related MCP server: Quip MCP Server
設定
この MCP サーバーには Python 3.10 以上が必要です。
自動セットアップ(推奨)
セットアップ スクリプトを実行して依存関係を自動的にインストールし、Claude Desktop を構成します。
git clone https://github.com/alejandroBallesterosC/document-edit-mcp
cd document-edit-mcp
./setup.shこれにより、次のようになります。
仮想環境を作成する
必要な依存関係をインストールする
Claude Desktop 用にサーバーを構成する
必要なディレクトリを作成する
手動設定
手動で設定する場合:
依存関係をインストールします:
cd claude-document-mcp
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e .Claude デスクトップを設定します。
claude_desktop_config.jsonファイルを次の場所にコピーします。
Mac :
~/Library/Application Support/Claude/Windows :
%APPDATA%\Claude\
Claudeデスクトップを再起動します
モデルコンテキストプロトコル統合
このサーバーは、モデル コンテキスト プロトコル仕様に準拠し、Claude Desktop のドキュメント操作機能を提供します。
ツール: Word、Excel、PDFの操作機能を提供します
リソース: 機能に関する情報を提供します
プロンプト: (現在実装されていません)
APIリファレンス
マイクロソフトワード
Word文書を作成する
create_word_document(filepath: str, content: str) -> DictWord文書を編集する
edit_word_document(filepath: str, operations: List[Dict]) -> DictTXTをWordに変換する
convert_txt_to_word(source_path: str, target_path: str) -> Dictエクセル
Excelファイルを作成する
create_excel_file(filepath: str, content: str) -> DictExcelファイルを編集する
edit_excel_file(filepath: str, operations: List[Dict]) -> DictCSVをExcelに変換する
convert_csv_to_excel(source_path: str, target_path: str) -> DictPDFファイルを作成する
create_pdf_file(filepath: str, content: str) -> DictWordをPDFに変換する
convert_word_to_pdf(source_path: str, target_path: str) -> Dictログ
サーバーは、トラブルシューティングのために、すべての操作をコンソールとlogs/document_mcp.logファイルの両方に記録します。
ライセンス
マサチューセッツ工科大学
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
The Telnyx MCP server is an official implementation of the Model Context Protocol that enables AI clients (like Claude Desktop, Cursor, and OpenAI Agents) to interact with Telnyx's telephony, messaging, and AI assistant APIs. It provides comprehensive capabilities including making and managing phone calls, sending SMS/MMS messages, purchasing and configuring phone numbers, creating AI assistants with custom instructions, managing cloud storage buckets, scraping and embedding website content, and handling integration secrets. The server exists as both a local implementation and a remotely hosted version, allowing developers to integrate real-world communication infrastructure directly into AI applications.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Needle MCP server enables semantic search on documents stored in files like PDFs, DOCX, and XLSX by connecting AI applications to external data sources. It provides capabilities to create and manage document collections, perform natural language searches on stored content, and retrieve relevant information without requiring exact keyword matches.
Related MCP Servers
- AlicenseCqualityFmaintenanceA Model Context Protocol server that enables AI assistants to create, read, edit, and format Microsoft Word documents through standardized tools and resources.6542,106MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to directly read and edit Quip documents through a set of specialized tools.56ISC
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to perform file operations like reading, writing, listing directories, and managing files through natural language commands.MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server for enterprise-grade document automation, enabling AI assistants to create, read, manipulate, and analyze Microsoft Word documents programmatically.541MIT
Appeared in Searches
- Enhancements for Claude Desktop App with Large Contexts and Long Documents
- Tools for reading Excel, Word and PowerPoint files
- Excel spreadsheet template for tracking residents and attendings with PDF and voice memo attachments
- Tools and resources for PDF and XML document processing
- PDF text editing and preview tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alejandroBallesterosC/document-edit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server