guillehr2/Excel-MCP-Server-Master
If you are the rightful owner of Excel-MCP-Server-Master and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Excel MCP Server is a Model Context Protocol server that enables Excel file manipulation without the need for Microsoft Excel, leveraging AI assistants like Claude for automation.
The Excel MCP Server is a powerful tool designed to facilitate the manipulation of Excel files without requiring Microsoft Excel to be installed. It supports a wide range of Excel file formats, including XLSX, XLSM, XLTX, and XLTM, and allows users to create, read, write, and analyze Excel workbooks. The server is AI-powered, integrating seamlessly with language model assistants like Claude to provide complete Excel automation. It is cross-platform, working on Windows, macOS, and Linux, and can be easily installed via npm or npx. The server offers advanced features such as chart creation, pivot tables, dashboards, and professional formatting, making it an ideal solution for users looking to automate Excel tasks and generate professional reports.
Features
- Read and write Excel files without Microsoft Excel
- Full support for XLSX, XLSM, XLTX, XLTM formats
- Create charts, pivot tables, and dashboards
- Import/export CSV, JSON, SQL, PDF
- Works with Claude AI and other LLM assistants
Usages
npx with Claude Desktop
{ "mcpServers": { "excel-master": { "command": "npx", "args": [ "-y", "@guillehr2/excel-mcp-server@latest" ] } } }
specific version with Claude Desktop
{ "mcpServers": { "excel-master": { "command": "npx", "args": [ "-y", "@guillehr2/excel-mcp-server@1.0.7" ] } } }
global installation with Claude Desktop
{ "mcpServers": { "excel-master": { "command": "excel-mcp-server" } } }
development mode with Claude Desktop
{ "mcpServers": { "excel-master": { "command": "node", "args": ["path/to/Excel-MCP-Server-Master/index.js"] } } }
Tools
create_workbook_tool
Create Excel workbooks
open_workbook_tool
Open Excel files (XLSX, XLSM, XLTX, XLTM)
save_workbook_tool
Save Excel files
list_sheets_tool
List Excel sheets
add_sheet_tool
Add new worksheets