Skip to content
Zed

KitchenSink4Word for Zed

io.github.nometalalchemist/kitchensink4word

Word (.docx) MCP server: 221 operations, live editing, tracked changes, citations, mail merge.

client:Zed transport:stdio runtime:pypi

Install KitchenSink4Word in Zed

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

{
  "context_servers": {
    "kitchensink4word": {
      "command": "uvx",
      "args": [
        "kitchensink4word"
      ]
    }
  }
}

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

KitchenSink4Word in other clients