Excel-MCP-Server-Master
Verified Safeby Treonix-in
Overview
Manipulate Excel files (XLSX, XLSM) for data operations, formatting, charting, and reporting, with AI assistant (LLM) integration via Model Context Protocol.
Installation
npx @guillehr2/excel-mcp-server@latestEnvironment Variables
- EXCEL_MCP_DEBUG
Security Notes
Leverages `subprocess.run` for PDF export via external tools (LibreOffice or MS Excel on Windows). While precautions are taken (e.g., no `shell=True`, use of `os.path.abspath`), this introduces a dependency on the security of those external applications. Data sanitization is applied for Excel cell content. Independently audited by MseeP.ai with a 100/100 security score, indicating a low overall risk.
Similar Servers
excel-mcp-server
This server allows AI agents to manipulate Excel files (create, read, update, format, chart, pivot, validate) without requiring Microsoft Excel to be installed.
mcp-google-sheets
Acts as an AI assistant's gateway to Google Sheets for automation and data manipulation.
spreadsheet-mcp
Analyze and edit spreadsheet files programmatically, designed for token-efficient interaction by LLM agents, focusing on structured data access, modification, formula analysis, and optional VBA inspection.
spreadsheet-read-mcp
An LLM-friendly API server for analyzing and editing spreadsheet files, enabling 'discover → profile → extract' workflows, 'what-if' scenarios, and VBA inspection without dumping entire files into LLM context.