50 spreadsheet tools for .xlsx: recalc formulas, repair broken refs, read/write, diff, audit.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y xlsx-for-ai
MCP client config
{
"mcpServers": {
"xlsx-for-ai": {
"command": "npx",
"args": [
"-y",
"xlsx-for-ai"
]
}
}
}