Logi Sheets MCP Server

A real spreadsheet engine your agent can think in. Excel-compatible formulas it doesn't have to do in its head, a table it addresses by name instead of by coordinate, and a genuine .xlsx at the end that a person can open, audit and keep using. Its 29 documented tools cover block, chart, pivot, workbook. It runs locally over stdio via the published package.

People who work with block, chart and pivot and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 41 · #52 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Logi Sheets

Claude Code

claude mcp add logisky-logisheets-mcp -- npx -y logisheets-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-19 - young repo, little track record yet

license MIT - declared in the repository

npm package logisheets-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.logisky is GitHub-verified and matches the repo owner

03 · What Logi Sheets can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can start a fresh workbook, or load an existing .xlsx. Optional - one appears on first use, write a real .xlsx. This is how work gets handed back, evaluate a formula and return the value. Nothing is stored, and create a named table. First field is the row key.

Capability map

Tools grouped from the project's README - what Logi Sheets lets an agent do.

Block

11 tools - e.g. A block's schema, keys, field rules, description, and optionally its values.; Create a named table. First field is the row key.; Adopt a table that is already in ordinary cells, in place.

describe_block · create_block · convert_to_block · set_block_description · add_block_rows · delete_block_rows…

Chart

4 tools - e.g. Chart arbitrary A1 ranges - the raw-cell counterpart.; The charts on a sheet: type, title, and the ranges each series reads.; Reconfigure a chart in place - type, series, axes, labels.

chart_insert · chart_list · chart_update · chart_delete

Pivot

3 tools - e.g. Cross-tabulate a block: one row per group, one column per value, live.; Reshape a pivot in place - and the only way to repair a broken one.; Bring a pivot's rows and columns back in line with its source.

create_pivot · edit_pivot · refresh_pivot

read & search

2 tools - e.g. Every sheet and block, plus where the next block should go.; Which cells break their field's validation rule, and why.

list_blocks · list_violations

Open

1 tool - e.g. Start a fresh workbook, or load an existing .xlsx. Optional - one appears on first use.

open_workbook

Save

1 tool - e.g. Write a real .xlsx. This is how work gets handed back.

save_workbook

Export

1 tool - e.g. The file as base64, for hosts with no shared filesystem.

export_xlsx

Eval

1 tool - e.g. Evaluate a formula and return the value. Nothing is stored.

eval_formula

Latest releases

v0.5.0 · 2026-09-18

LogiSheets has been upgraded to v1.15.1, where it has analysis blocks

v0.4.1 · 2026-09-06

FIx save_workbooks that have errors when opening in Excel

v0.4.0 · 2026-09-04

Upgrade LogiSheets to v1.14.0 · Add charts tools

04 · Who maintains Logi Sheets

LogiSheets is maintained by logisky. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
memory - ranked #52 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-09-18)
registry
io.github.logisky/logisheets-mcp (active, first published 2026-08-21 · 4 versions)
packages
npm:logisheets-mcp

06 · Logi Sheets FAQ

Is Logi Sheets still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Logi Sheets do?

With this server connected, an agent can start a fresh workbook, or load an existing .xlsx. Optional - one appears on first use, write a real .xlsx. This is how work gets handed back, evaluate a formula and return the value. Nothing is stored, and create a named table. First field is the row key.

How do I install Logi Sheets?

Run `npx -y logisheets-mcp`. You can also paste the ready-made client config above.

Does Logi Sheets run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Logi Sheets

Pairs well with

Servers that cover what Logi Sheets doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135

More memory MCP servers · Personalbrain MCP · Lore Context · Melchizedek · Mismem · Toon Memory

More TypeScript MCP servers · Standardnotes · Virtual Filesystem · Openroad MCP (luarss) · see all