Claude Document MCP Server
@alejandroBallesterosC
About Claude Document MCP Server
A lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"document-edit-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@alejandroBallesterosC/document-edit-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Claude Document MCP Server?
A Model Context Protocol (MCP) server that allows Claude Desktop to create, edit, and convert Microsoft Word, Excel, and PDF files. It is built for users who need to manipulate office documents directly from Claude Desktop without switching applications.
How to use Claude Document MCP Server?
Install automatically via Smithery (npx @smithery/cli install @alejandroBallesterosC/document-edit-mcp --client claude) or by cloning the repository and running ./setup.sh. Manual setup requires
Basic information
More Files & Storage MCP servers
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
box-mcp-server
hmkA Box model context protocol server to search, read and access files
Sample S3 Model Context Protocol Server
aws-samplesMcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.

Filesystem
modelcontextprotocolModel Context Protocol Servers
Comments