Back to directory
OW

Office Word MCP Server

Create, edit, and format Microsoft Word documents from your agent.
Last updated July 18, 2026
Content/WritingLocal · stdioPython2.1k

Overview

An MCP server for Microsoft Word documents — create new .docx files, add and format text, tables, and images, apply styles, and edit existing documents programmatically from an AI agent.

Use cases

Generate a formatted Word document from a plain-language outline.
Add a table or image to an existing .docx file programmatically.
Apply consistent heading styles across a long document.

Install

{
  "mcpServers": {
    "word-document-server": {
      "command": "uvx",
      "args": [
        "--from",
        "office-word-mcp-server",
        "word_mcp_server"
      ]
    }
  }
}

FAQ

No — it manipulates .docx files directly via the python-docx library and works on any OS, without needing Word itself installed.