mcp-excel

Corvalon/mcp-excel
★ 0 stars JavaScript Code/Dev Tools Updated today
MCP server for reading and writing Excel (.xlsx) workbooks: sheets, ranges, tables, formulas, formatting, and cross-workbook references.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-excel": {
      "command": "npx",
      "args": [
        "-y",
        "Corvalon/mcp-excel"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server that gives Claude Code (or any MCP client) full read and write access to Excel workbooks: sheets, cell ranges, structured tables, formulas, formatting, and cross-workbook references. It reads and writes real `.xlsx` files on disk using

Tools (15)

MCP_ALLOWED_HOSTSMCP_EXCEL_DATA_DIRMCP_PORTMCP_TRANSPORTadd_sheetcreate_tablecreate_workbookcross_workbook_referencedelete_sheetformat_cellsget_defined_nameslist_sheetsread_rangewrite_cellswrite_rows