wordlive

thomas-villani/wordlive
★ 1 stars Python AI/LLM Updated 7d ago
Drive a running Microsoft Word instance from Python — xlwings, but for Word, and built for LLM agents (CLI + MCP server included).
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": {
    "wordlive": {
      "command": "uvx",
      "args": [
        "wordlive"
      ]
    }
  }
}

Or install with pip: pip install wordlive

README Excerpt

Drive a running Microsoft Word instance from Python — `xlwings`, but for Word. Built for both human scripting and LLM agents. Windows-only. ``` pip install wordlive uv add wordlive uv tool install wordlive ``` (Requires Python 3.10+ and `pywin32` on Windows.) Rendering pages to PNG (`snapshot`) needs the optional `snapshot` extra, which

Tools (1)

uvx

Topics

agent-toolsai-agentsautomationclicomdocxllmmcpmicrosoft-wordmodel-context-protocoloffice-automationpythonpywin32windowsword