Ishay Almuly
About
Don't just read_file. Have a conversation. Ask "What were our total sales in Q4?" or "Find the top 5 employees by performance score" and get immediate, actionable answers.
Details
- Author
- ishayoyo
- Downloads
- 156
- Categories
- File Management, Other
Jump to
- 200+ Excel functions implemented from scratch
- Real-time formula evaluation with dependency tracking
- Error detection and auto‑fixing for formula debugging
- Circular reference detection and resolution
- Array formulas and dynamic calculations
- Multi‑provider AI backbone (Anthropic, OpenAI, DeepSeek, Gemini, local)
- Smart data access, fuzzy/exact search, built‑in analytics
- Statistical analysis, machine learning, time series forecasting
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ishay AlmulyCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Ask questions directly in plain English, such as “What were our total sales in Q4?” or “Find the top 5 employees by performance score.” The server returns the corresponding Excel formula (e.g., =SUMIFS(...)) or executes the analysis automatically. No specific install or config details are provided in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ishay almuly": {
"excel-csv-mcp": {
"command": "node",
"args": [
"C:\\path\\to\\excel-mcp\\dist\\index.js"
],
"env": {
"NODE_PATH": "C:\\path\\to\\excel-mcp\\node_modules"
}
}
}
}
}
McpServers
{
"excel-csv-mcp": {
"command": "node",
"args": [
"C:\\path\\to\\excel-mcp\\dist\\index.js"
],
"env": {
"NODE_PATH": "C:\\path\\to\\excel-mcp\\node_modules"
}
}
}
MCP server that gives Claude full read/write/analyze power over Excel and CSV files. 37 tools — from basic cell reads to financial modeling.
claude mcp remove excel-csv # if previously added claude mcp add excel-csv --transport stdio excel-csv-mcp-server
Claude Desktop / Cursor— add to your MCP config (claude_desktop_config.jsonor Cursor'smcp.json):
{ "mcpServers": { "excel-csv": { "command": "excel-csv-mcp-server" } } }
No global install needed — runs directly:
claude mcp add excel-csv stdio npx -- excel-csv-mcp-server
{ "mcpServers": { "excel-csv": { "command": "npx", "args": ["-y", "excel-csv-mcp-server"] } } }
git clone https://github.com/ishayoyo/excel-mcp.git cd excel-mcp npm install npm run build
claude mcp add excel-csv stdio node /path/to/excel-mcp/dist/index.js
{ "mcpServers": { "excel-csv": { "command": "node", "args": ["/path/to/excel-mcp/dist/index.js"] } } }
For AI-powered tools (parse_natural_language,explain_formula,smart_data_analysis), create a.envfile:
ANTHROPIC_API_KEY=your-key OPENAI_API_KEY=your-key DEEPSEEK_API_KEY=your-key GEMINI_API_KEY=your-key
Any single provider is enough. A local fallback works without any keys.
Analyze and extract information from DLIS (Digital Log Interchange Standard) files, including channel data and metadata.
Convert various file formats for documents and images, such as DOCX, PDF, CSV, and more.
Read large Excel files with automatic chunking and pagination support.
Rust-powered PDF toolkit over MCP: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split/merge/rotate/reorder pages; manage form fields and annotations; encrypt documents. Runs locally via uvx oxidize-mcp.
A server for AI agents to selectively process and extract content from PDF documents.
WorkPaper MCP server for editing formula workbooks, recalculating cells, and persisting JSON-backed workbook state.
AI-powered document extraction infrastructure. Convert PDFs, Excel files, and scanned documents into structured JSON.
Manipulate Excel files (XLSX, XLSM, etc.) without needing Microsoft Excel, featuring an integrated AI assistant.
An MCP server that provides tools for downloading, compressing, optimizing images, and extracting text via OCR. Built using the Model Context Protocol (MCP), this server enables AI assistants to download images from URLs or search, compress and convert images with various format options, batch process entire directories with auto-generated reports, synchronize filename references across your project, and extract printed text from images.
Convert PDF bank statements to checked Excel, CSV, or JSON with balance validation.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



