Community MCP server: xlsx-for-ai (Excel spreadsheet tools, 39 tools) #22069
senoff
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xlsx-for-ai is an MCP server giving Codex CLI agents 39 production-grade tools for Excel (.xlsx) files: read, write, diff, doctor, macros, pivots, charts, conditional formats, comments, protection, plus stateful supervisor sessions.
Architecture: thin npm client (~200 lines) over a hosted API at https://api.xlsx-for-ai.dev. Engine runs server-side. Free tier (10,000 calls/month, no email) auto-registers with anonymous UUID on first use.
Install
Codex CLI config
Add to your Codex MCP config (location varies by version):
{ "mcpServers": { "xlsx-for-ai": { "command": "xlsx-for-ai-mcp" } } }Verify:
codex --list-toolsshould show 39 xlsx_* tools.Links
io.github.senoff/xlsx-for-ai)License: MIT. Built for FP&A, finance teams, banking analysts, and any agent that touches spreadsheets.
Beta Was this translation helpful? Give feedback.
All reactions