spreadsheet-kit MCP

spreadsheet-kit is the tool interaction service for agent-based spreadsheet usage.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-07-20 · ★ 53 · #637 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install spreadsheet-kit MCP

before you install - you'll need

WORKSPACE_ROOT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Docker

docker run -i --rm ghcr.io/psu3d0/spreadsheet-mcp:0.11.1-full

Claude Desktop - add to config

{
  "mcpServers": {
    "psu3d0-spreadsheet-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/psu3d0/spreadsheet-mcp:0.11.1-full"
      ]
    }
  }
}
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 container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

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

03 · What spreadsheet-kit MCP can do

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

Latest releases

v0.11.1 · 2026-07-20

v0.10.1 · 2026-02-13

v0.10.0 · 2026-02-04

04 · Who maintains spreadsheet-kit MCP

spreadsheet-kit MCP is maintained by psu3d0. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
other - ranked #637 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-20)
registry
io.github.PSU3D0/spreadsheet-mcp (active, first published 2026-05-13 · 3 versions)
packages
oci:ghcr.io/psu3d0/spreadsheet-mcp:0.11.1-full

06 · spreadsheet-kit MCP FAQ

What is spreadsheet-kit MCP?

spreadsheet-kit is the tool interaction service for agent-based spreadsheet usage.

Is spreadsheet-kit MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-20 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install spreadsheet-kit MCP?

Run `docker run -i --rm ghcr.io/psu3d0/spreadsheet-mcp:0.11.1-full`. The README documents one environment variable (WORKSPACE_ROOT) to set first. You can also paste the ready-made client config above.

07 · Alternatives to spreadsheet-kit MCP