office oxide mcp for Cursor
io.github.aimino-tech/office-oxide-mcp
Rust-native MCP server for Office document processing
client:Cursor
transport:stdio
runtime:npm
Install office oxide mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"office-oxide-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aimino/opendocswork-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs