KitchenSink4Word for Cursor
io.github.kitchensink4ai/kitchensink4word
Word (.docx) MCP server: 222 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