D

Document Operations (Word, Excel, PDF)

An MCP server that provides document operation functions for Claude Desktop, supporting the creation, editing, and conversion of Word, Excel, and PDF files.
2.5 points
31
Installation
Copy the following command to your Client for configuration
Note: Your key is sensitive information, do not share it with anyone.

🚀 Document Editing MCP Server for Claude Desktop

A Model Context Protocol (MCP) server that allows Claude Desktop to perform document operations on Microsoft Word, Excel, and PDF files.

🚀 Quick Start

This MCP server is designed to enable Claude Desktop to execute a variety of document - related operations on Microsoft Word, Excel, and PDF files. It offers a seamless way to work with these popular document formats within the Claude Desktop environment.

✨ Features

Microsoft Word Operations

  • Create new Word documents using text.
  • Edit existing Word documents (add/modify/delete paragraphs and headings).
  • Convert text files (.txt) to Word documents.

Excel Operations

  • Create new Excel spreadsheets from text in JSON or CSV format.
  • Edit existing Excel files (update cells, ranges, add/delete rows, columns, worksheets).
  • Convert CSV files to Excel.

PDF Operations

  • Create new PDF files using text.
  • Convert Word documents to PDF files.

đŸ“Ļ Installation

This MCP server requires Python 3.10 or higher.

Automatic Installation (Recommended)

Run the setup script to automatically install dependencies and configure Claude Desktop:

git clone https://github.com/alejandroBallesterosC/document-edit-mcp
cd document-edit-mcp
./setup.sh

This will:

  1. Create a virtual environment.
  2. Install the required dependencies.
  3. Configure the server for use with Claude Desktop.
  4. Create the necessary directories.

Manual Installation (if needed)

If you prefer manual installation:

  1. Install the dependencies:
cd claude-document-mcp
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install -e .
  1. Configure Claude Desktop:

Copy the claude_desktop_config.json file to:

  • Mac: ~/Library/Application Support/Claude/
  • Windows: %APPDATA%\Claude\
  1. Restart Claude Desktop

📚 Documentation

Model Context Protocol Integration

This server adheres to the Model Context Protocol specification to provide document - processing capabilities to Claude Desktop:

  • Tools: Provides manipulation functions for Word, Excel, and PDF operations.
  • Resources: Provides information about the features.
  • Prompts: (Not implemented yet)

đŸ’ģ Usage Examples

Microsoft Word

Basic Usage

# Create a Word document
from your_module import create_word_document
filepath = 'new_doc.docx'
content = 'This is the content of the new Word document.'
result = create_word_document(filepath, content)

Advanced Usage

# Edit an existing Word document
from your_module import edit_word_document
filepath = 'existing_doc.docx'
operations = [{"type": "add_paragraph", "content": "This is a new paragraph."}]
result = edit_word_document(filepath, operations)

Excel

Basic Usage

# Create an Excel file
from your_module import create_excel_file
filepath = 'new_excel.xlsx'
content = 'col1,col2\nval1,val2'
result = create_excel_file(filepath, content)

Advanced Usage

# Edit an existing Excel file
from your_module import edit_excel_file
filepath = 'existing_excel.xlsx'
operations = [{"type": "update_cell", "cell": "A1", "value": "New Value"}]
result = edit_excel_file(filepath, operations)

PDF

Basic Usage

# Create a PDF file
from your_module import create_pdf_file
filepath = 'new_pdf.pdf'
content = 'This is the content of the new PDF file.'
result = create_pdf_file(filepath, content)

Advanced Usage

# Convert a Word document to a PDF
from your_module import convert_word_to_pdf
source_path = 'source_doc.docx'
target_path = 'target_pdf.pdf'
result = convert_word_to_pdf(source_path, target_path)

📄 API Reference

Microsoft Word

Create a Word Document

create_word_document(filepath: str, content: str) -> Dict

Edit a Word Document

edit_word_document(filepath: str, operations: List[Dict]) -> Dict

Convert TXT to Word

convert_txt_to_word(source_path: str, target_path: str) -> Dict

Excel

Create an Excel File

create_excel_file(filepath: str, content: str) -> Dict

Edit an Excel File

edit_excel_file(filepath: str, operations: List[Dict]) -> Dict

Convert CSV to Excel

convert_csv_to_excel(source_path: str, target_path: str) -> Dict

PDF

Create a PDF File

create_pdf_file(filepath: str, content: str) -> Dict

Convert Word to PDF

convert_word_to_pdf(source_path: str, target_path: str) -> Dict

🔧 Technical Details

The server logs all operations both to the console and to the logs/document_mcp.log file for easy troubleshooting.

📄 License

This project is licensed under the MIT license.

🤝 Contribution

Any contributions are welcome! Please feel free to submit a Pull Request.

S
Search1api
The Search1API MCP Server is a server based on the Model Context Protocol (MCP), providing search and crawling functions, and supporting multiple search services and tools.
TypeScript
347
4 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
837
4.3 points
M
MCP Alchemy
Certified
MCP Alchemy is a tool that connects Claude Desktop to multiple databases, supporting SQL queries, database structure analysis, and data report generation.
Python
331
4.2 points
P
Postgresql MCP
A PostgreSQL database MCP service based on the FastMCP library, providing CRUD operations, schema inspection, and custom SQL query functions for specified tables.
Python
115
4 points
M
MCP Scan
MCP-Scan is a security scanning tool for MCP servers, used to detect common security vulnerabilities such as prompt injection, tool poisoning, and cross-domain escalation.
Python
624
5 points
A
Agentic Radar
Agentic Radar is a security scanning tool for analyzing and assessing agentic systems, helping developers, researchers, and security experts understand the workflows of agentic systems and identify potential vulnerabilities.
Python
561
5 points
C
Cloudflare
Changesets is a build tool for managing versions and releases in multi - package or single - package repositories.
TypeScript
1.5K
5 points
E
Edgeone Pages MCP Server
EdgeOne Pages MCP is a service that quickly deploys HTML content to EdgeOne Pages via the MCP protocol and obtains a public URL
TypeScript
258
4.8 points
Featured MCP Services
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
837
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
97
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
149
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
572
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
760
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points
Š 2025AIbase