Skip to content
Zed

Word for Zed

io.github.trsdn/mcp-server-word

Microsoft Word automation for AI assistants. Requires Word for Windows.

client:Zed transport:stdio runtime:nuget

Install Word in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-server-word": {
      "command": "dnx",
      "args": [
        "WordMcp.McpServer",
        "--yes"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Word in other clients