ProductivityPython

Office-Word-MCP-Server

A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents.

Free
N/A rating (0 reviews)0 installs1,823 GitHub stars
MCPWordAI

This server enables AI assistants to work with Word documents through a standardized interface, providing rich document editing capabilities. It implements the Model Context Protocol to expose Word document operations as tools and resources, allowing for document creation, content addition, formatting, and analysis.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "office-word-mcp-server-1": {
      "args": [
        "null"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.