Word for Cursor
io.github.trsdn/mcp-server-word
Microsoft Word automation for AI assistants. Requires Word for Windows.
client:Cursor
transport:stdio
runtime:nuget
Install Word in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-word": {
"type": "stdio",
"command": "dnx",
"args": [
"WordMcp.McpServer",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs