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.
Basic information
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
More Files & Storage MCP servers
Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
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.
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal

Filesystem
modelcontextprotocolModel Context Protocol Servers
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
Comments