A Swift-based MCP server for reading, creating, and editing Microsoft Word .docx documents by manipulating Office Open XML directly. It supports both read-only direct access via source paths and full session-based document editing with doc IDs.
From the registry: Swift-native MCP server for Word (.docx) manipulation with 148 tools
$ curl -L https://github.com/PsychQuant/che-word-mcp/releases/latest/download/CheWordMCP -o ~/bin/CheWordMCP && chmod +x ~/bin/CheWordMCPhttps://github.com/PsychQuant/che-word-mcp/releasesPlease install the `che-word-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Download CheWordMCP binary** — Download the universal binary from GitHub releases Run: `curl -L https://github.com/PsychQuant/che-word-mcp/releases/latest/download/CheWordMCP -o ~/bin/CheWordMCP && chmod +x ~/bin/CheWordMCP` (https://github.com/PsychQuant/che-word-mcp/releases)
Canonical MCP server config (stdio transport):
- command: `~/bin/CheWordMCP`
- args: []
Note: Pure Swift OOXML library for .docx manipulation. 146 tools, no Word/Node/Python runtime needed. Direct mode (read-only via source_path) and Session mode (full lifecycle via doc_id).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Comprehensive PostgreSQL documentation and best practices, including ecosystem tools