word-mcp-server

wpz666hhh/word-mcp-server
★ 1 stars Python AI/LLM Updated 13d ago
MCP server that gives Claude Agent full control over Microsoft Word via COM automation. 22 tools, 3-layer architecture, real-time visible Word window.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install word-mcp-server