Odel
LogiSheets

LogiSheets

Local
@logisky40TypeScriptMITUpdated Yesterday

An Excel-compatible spreadsheet engine for agents: deterministic formulas, block memory, real .xlsx.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlogisheets-mcpv0.4.1

Run

npx -y logisheets-mcp

MCP client config

{
  "mcpServers": {
    "logisheets": {
      "command": "npx",
      "args": [
        "-y",
        "logisheets-mcp"
      ]
    }
  }
}