MCP.so
Sign In

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

Category

Files & Storage

License

MIT

Runtime

python

Transports

stdio

Publisher

alejandroBallesterosC

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

Comments

More Files & Storage MCP servers