mcp ooxml ledger for Cursor
io.github.anselmoo/mcp-ooxml-ledger
Edit Office documents and prove no edit went unrecorded
client:Cursor
transport:stdio
runtime:pypi
Install mcp ooxml ledger in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ooxml-ledger": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-ooxml-ledger"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs