Word Document Operations for Cursor
io.github.swadegeiger1/word-mcp
Read, create, and modify Microsoft Word documents
client:Cursor
transport:stdio
runtime:pypi
Install Word Document Operations in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"word-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"word-mcp-server-swadegeiger1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs