Xlsx Tools MCP

An MCP server for reading and writing Excel (.xlsx) files with high accuracy, while preserving the file's existing structure, styles, and formulas. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #445 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Xlsx Tools MCP

before you install - you'll need

XLSX_MCP_FILES

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

Claude Code

claude mcp add ruriazz-xlsx-tools-mcp -- uvx xlsx-tools-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ruriazz-xlsx-tools-mcp": {
      "command": "uvx",
      "args": [
        "xlsx-tools-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-16 - young repo, little track record yet

license MIT - declared in the repository

pypi package xlsx-tools-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Xlsx Tools MCP can do

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

Latest releases

v0.1.1 · 2026-08-23

bump actions/checkout from 4 to 7 · bump actions/setup-python from 5 to 7 · bump astral-sh/setup-uv from 4 to 7 · add live download stats badges and snapshot table · add mcpservers.org listing badge · publish to MCP…

v0.1.0 · 2026-08-16

04 · Who maintains Xlsx Tools MCP

xlsx-tools-mcp is maintained by ruriazz. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
other - ranked #445 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-08-23)
registry
io.github.ruriazz/xlsx-tools-mcp (active, first published 2026-08-23)
packages
pypi:xlsx-tools-mcp

06 · Xlsx Tools MCP FAQ

What is Xlsx Tools MCP?

An MCP server for reading and writing Excel (.xlsx) files with high accuracy, while preserving the file's existing structure, styles, and formulas. It runs locally over stdio via the published package.

Is Xlsx Tools MCP still maintained?

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

How do I install Xlsx Tools MCP?

Run `uvx xlsx-tools-mcp`. The README documents one environment variable (XLSX_MCP_FILES) to set first. You can also paste the ready-made client config above.

Does Xlsx Tools MCP run locally?

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

07 · Alternatives to Xlsx Tools MCP

More MCP servers to compare · wallabag MCP · Rachio MCP · NOAA Tides and Currents · Warrant · JustCall MCP Server

More Python MCP servers · Hermes Grocy MCP · Cronometer API MCP · Inbody API MCP · see all