Skip to content
Cursor

KitchenSink4Word for Cursor

io.github.nometalalchemist/kitchensink4word

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

client:Cursor transport:stdio runtime:pypi

Install KitchenSink4Word in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kitchensink4word": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kitchensink4word"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

KitchenSink4Word in other clients