MCP ExplorerExplorer

Mcp Docx Server

@h4ck4lifeon 9 months ago
2 MIT
FreeCommunity
AI Systems
MCP server to manipulate DOCX file

Overview

What is Mcp Docx Server

mcp-docx-server is an MCP server designed for manipulating DOCX files, allowing users to create and edit documents programmatically.

Use cases

Use cases include generating reports, automating document creation for business processes, and converting DOCX files to PDF format.

How to use

To use mcp-docx-server, configure the server with the provided JSON example and run it using the specified command in your local environment.

Key features

Key features include the ability to create and edit DOCX files, integration with Python libraries such as python-docx and docx2pdf for enhanced functionality.

Where to use

mcp-docx-server can be used in various fields including software development, document automation, and any application requiring DOCX file manipulation.

Content

MCP docx server

This is the MCP docx server. It is used to manipulate DOCX files, including creating and editing them. Below is an example configuration to run the server in Claude Desktop.

Example Configuration

{
  "mcpServers": {
    "WordDocServer": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli],python-docx,docx2pdf",
        "mcp",
        "run",
        "<your local path>/mcp-docx-server/server_runner.py"
      ]
    }
  }
}

License

See the LICENSE file for details.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers