mcpbeat Sign in

LogiSheets MCP Server

local only

LogiSheets runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from npm. Last commit 1 Sep 2026.

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

Installs per day peak 128 · avg 4
a month agotoday
204
Installs / week
npm · logisheets-mcp
27
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check LogiSheets every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add logisheets-mcp -- npx -y logisheets-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "logisheets-mcp": {
      "args": [
        "-y",
        "logisheets-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.logisheets-mcp]
command = "npx"
args = ["-y", "logisheets-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "logisheets-mcp": {
      "args": [
        "-y",
        "logisheets-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "logisheets-mcp": {
      "args": [
        "-y",
        "logisheets-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to LogiSheets

same job, measured the same way
NumProof
by projecttron

Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets.

55 installs/wk 4 tools answering
MCP Server Spreadsheet
by marekrost

MCP server for spreadsheet files (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine.

161 installs/wk local only
C
Schedule Iii
by datavrn

Deterministic Schedule III statements for Indian companies: trial balance in, Excel workbook out.

67 tools answering
Studio
by reogrid

Turn analyzed data into an Excel-like spreadsheet at a shareable URL: formulas, styles, filters.

4 tools answering
XLSX For AI
by senoff

50 spreadsheet tools for .xlsx: recalc formulas, repair broken refs, read/write, diff, audit.

273 installs/wk local only
Excel MCP
by wesseltl

Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.

148 installs/wk local only
nlqdb — analytical memory for AI agents
by nlqdb

Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.

answering
Sheetspec
by helloo1568

Contract testing and quality gates for spreadsheets created by AI agents.

83 installs/wk local only

LogiSheets — questions

Answers built from our own checks of this server.

Why is there no uptime for LogiSheets?
LogiSheets runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package logisheets-mcp was installed 204 times last week.
How do I connect LogiSheets?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls logisheets-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use LogiSheets?
The npm package logisheets-mcp was installed 204 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LogiSheets open source?
Yes — it is published under the MIT licence, written in TypeScript and 27 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.