LogiSheets for Cursor
io.github.logisky/logisheets-mcp
An Excel-compatible spreadsheet engine for agents: deterministic formulas, block memory, real .xlsx.
client:Cursor
transport:stdio
runtime:npm
Install LogiSheets in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"logisheets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
],
"env": {
"LOGISHEETS_MCP_TOOLS": "<LOGISHEETS_MCP_TOOLS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs