The MCP server that makes LLMs reliable on real-world Excel spreadsheets. Thin npm client over a hosted API — read, write, diff, redact, and supervise .xlsx files from any MCP-aware agent.
{
"mcpServers": {
"xlsx-for-ai": {
"command": "npx",
"args": [
"-y",
"xlsx-for-ai"
]
}
}
}