mcpbeat Sign in

XLSX For AI MCP Server

local only

XLSX For AI runs on your own machine — the client starts it, so there is no endpoint to ping. 875 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 394 · avg 73 · +98% w/w
a month agotoday
875
Installs / week
npm · xlsx-for-ai
6
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 xlsx-for-ai -- npx -y xlsx-for-ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xlsx-for-ai": {
      "args": [
        "-y",
        "xlsx-for-ai"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xlsx-for-ai]
command = "npx"
args = ["-y", "xlsx-for-ai"]
.cursor/mcp.json
{
  "mcpServers": {
    "xlsx-for-ai": {
      "args": [
        "-y",
        "xlsx-for-ai"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xlsx-for-ai": {
      "args": [
        "-y",
        "xlsx-for-ai"
      ],
      "command": "npx"
    }
  }
}

Alternatives to XLSX For AI

same job, measured the same way
Truecalc MCP
by truecalc

MCP server exposing TrueCalc spreadsheet formula evaluation as tools for AI assistants.

local only
xlsx-tools-mcp
by ruriazz

MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files

91 installs/wk local only
LogiSheets
by logisky

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

58 installs/wk local only
Gogcli MCP
by chrischall

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

341 installs/wk local only
Google Sheets
by mcparmory

Create, read, and modify spreadsheet data, formatting, and sheets

247 installs/wk local only
spreadsheet-kit MCP
by psu3d0

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

local only
Agent Spreadsheet MCP
by psu3d0

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

local only
Google Sheets
by domdomegg

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.

650 installs/wk local only

XLSX For AI — questions

Answers built from our own checks of this server.

Why is there no uptime for XLSX For AI?
XLSX For AI 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 xlsx-for-ai was installed 875 times last week.
How do I connect XLSX For AI?
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 xlsx-for-ai straight from npm; nothing to host, nothing to sign up for.
How many people use XLSX For AI?
The npm package xlsx-for-ai was installed 875 times in the last week. Week over week that is +98%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is XLSX For AI open source?
Yes — it is published under the MIT licence, written in JavaScript and 6 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.