Xlsx For AI MCP Server
Short name: xfa - a real CLI command (xfa , xfa samples, xfa --version) and the prompt shorthand (e.g. "use xfa to read this file"). Same entrypoint as xlsx-for-ai; matches the internal xfa_ / XFA_ brand surface. Its README documents 18 tools, including xlsx_validate, xlsx_describe, xlsx_formulas. It runs locally over stdio via the published package.
People who work with excel, spreadsheet and xlsx and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-16 · ★ 6 · #95 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18
MIT · JavaScript servers · how we verify → /methodology
01 · Install Xlsx For AI
before you install - you'll need
XFA_PRIVACY
Environment variables documented in the project's README - it lists which are required and which have defaults.
Claude Code
claude mcp add senoff-xlsx-for-ai -- npx -y xlsx-for-ai Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"senoff-xlsx-for-ai": {
"command": "npx",
"args": [
"-y",
"xlsx-for-ai"
]
}
}
} 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
license MIT - declared in the repository
npm package xlsx-for-ai - unscoped; check the name against the project README before installing
registry namespace io.github.senoff is GitHub-verified and matches the repo owner
03 · What Xlsx For AI 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 extract every formula in a LOCAL .xlsx workbook - cell coord (A1), formula text, cached result. openpyxl-style read-only metadata, list sheet names, dimensions, and visibility for a LOCAL .xlsx file, list all defined names (named ranges) in a LOCAL .xlsx workbook - name, scope (workbook or sheet), kind (cell / range / formula), reference, and list every Excel ListObject ("Format as Table" structures) in a LOCAL .xlsx workbook - name, sheet, range, header/totals flags, columns.
The 18 tools it gives your agent
Extracted from the project's README - what xlsx-for-ai lets an agent do.
- xlsx_validate
- - cross-engine consistency check on a LOCAL .xlsx file - runs the workbook through TWO independent renderers (@protobi/exceljs and @cj-tech-master/excelts) and re
- xlsx_describe
- - pandas-style df.describe() per column - count, nulls, unique, min/max/mean/std for numerics, dtype with purity score.
- xlsx_formulas
- - extract every formula in a LOCAL .xlsx workbook - cell coord (A1), formula text, cached result. openpyxl-style read-only metadata.
- xlsx_hyperlinks
- - list every hyperlink in a workbook with its anchor cell, target URL/anchor, display text, tooltip, and a kind classifier (external / internal / mailto / unknown
- xlsx_list_sheets
- - list sheet names, dimensions, and visibility for a LOCAL .xlsx file.
- xlsx_named_ranges
- - list all defined names (named ranges) in a LOCAL .xlsx workbook - name, scope (workbook or sheet), kind (cell / range / formula), reference.
- xlsx_schema
- - infer column schema of a LOCAL .xlsx file - types, nullable flags, header row, sample values.
- xlsx_tables
- - list every Excel ListObject ("Format as Table" structures) in a LOCAL .xlsx workbook - name, sheet, range, header/totals flags, columns.
- xlsx_aggregate
- - pandas-style df.groupby([cols]).agg({col: func}) on a LOCAL .xlsx file. funcs: sum / mean / min / max / count / count_distinct.
- xlsx_diff
- - compute a semantic diff between two LOCAL .xlsx files - cell-level deltas, formula changes, added/removed rows.
- xlsx_eval
- - evaluate Excel formulas against a LOCAL .xlsx file with our own recalc engine. xlwings-style.
- xlsx_filter
- - pandas-style row filter on a LOCAL .xlsx file with predicates AND-combined: eq/ne/gt/gte/lt/lte/contains/in/is_null/not_null.
show all 18 tools
- xlsx_sort
- - pandas-style df.sort_values() on a LOCAL .xlsx file with multi-column sort and per-column direction (asc/desc, default asc).
- xlsx_value_counts
- - pandas-style Series.value_counts() on one column of a LOCAL .xlsx file - count each unique value, sorted by frequency desc, with percentage.
- xlsx_redact
- - redact PII and sensitive values from a LOCAL .xlsx file before sharing or archiving.
- xlsx_write
- - create or update a LOCAL .xlsx file from a structured spec.
- xlsx_post_slack
- - upload a local .xlsx file to a Slack channel as a file attachment, with an optional accompanying message.
- xlsx_post_teams
- - Upload a local .xlsx file to a Microsoft Teams channel as a file attachment, with an optional accompanying message.
Latest releases
v3.0.16 · 2026-06-08
Belt-and-suspenders on the base64-misread class - 3.0.14 description hardening cut the rate, this closes the failure shape structurally. · Defensive input-contract validation in dispatchTool runs before any server…
v3.0.13 · 2026-06-07
Doc-class - registers xfa as a documented alias for the connector so short prompts route reliably. · xfa is already the internal brand surface (xfa_ API key prefix, XFA_ env vars, XFA_PRIVACY, XFA_WORKBOOK_CACHE_).…
v3.0.11 · 2026-06-07
Doc-only fix on xlsx_read's description. · The prior text claimed it was "the ONLY way to read .xlsx files on the user's local machine" - true in local-CLI (npx) mode where the server IS the user's machine, but wrong…
04 · Who maintains Xlsx For AI
xlsx-for-ai is maintained by senoff. It's the only MCP server we track from this author; the repo dates to Apr 2026.
05 · Facts
- repository
- github.com/senoff/xlsx-for-ai
- category
- other - ranked #95 of 945 actively-maintained other servers as of 2026-09-18.
- registry
- io.github.senoff/xlsx-for-ai (active, first published 2026-05-07 · 20 versions)
- packages
- npm:xlsx-for-ai
06 · Xlsx For AI FAQ
Is Xlsx For AI still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16. We re-verify nightly.
What can Xlsx For AI do?
With this server connected, an agent can extract every formula in a LOCAL .xlsx workbook - cell coord (A1), formula text, cached result. openpyxl-style read-only metadata, list sheet names, dimensions, and visibility for a LOCAL .xlsx file, list all defined names (named ranges) in a LOCAL .xlsx workbook - name, scope (workbook or sheet), kind (cell / range / formula), reference, and list every Excel ListObject ("Format as Table" structures) in a LOCAL .xlsx workbook - name, sheet, range, header/totals flags, columns.
How do I install Xlsx For AI?
Run `npx -y xlsx-for-ai`. The README documents one environment variable (XFA_PRIVACY) to set first. You can also paste the ready-made client config above.
Does Xlsx For AI 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 Xlsx For AI
Alternatives to Xlsx For AI
Maintained other servers if Xlsx For AI isn't the fit.
- Heyputer MCP Server Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more ★ 43,552 · 2026-09-17
- Server Commands An MCP server to run arbitrary commands ★ 39,038 · 2026-09-11
- basebalance.cloud - x402 RPC & MCP gateway USDC-gated Base JSON-RPC: free 10 req/min, $0.50 per 10k. Failover, cache, /mcp, ledger. ★ 6,432 · 2026-08-26
- Zotero MCP (54yyyu) Search, read, annotate, and add to your Zotero research library, local or web. ★ 5,069 · 2026-09-15
- Firebase MCP Gives AI development tools Firebase-specific capabilities and expertise. ★ 4,470 · 2026-09-18
- Microsoft Fabric MCP Server MCP tools for interacting with Microsoft Fabric ★ 3,681 · 2026-09-17
More MCP servers to compare · Velog (seongwon030) · Acronis MCP · AppDirect MCP · Autotask MCP · ConnectWise Control MCP
More JavaScript MCP servers · Weavatrix · X402station · Speclock · Zen MCP · Indexnow · see all