Excel-MCP-Server-Master
by guillehr2·★ 28·Score 41
A comprehensive MCP server for manipulating Excel files without Microsoft Excel, with full CRUD operations, chart creation, and Claude AI integration.
Overview
The Excel MCP Server provides complete Excel manipulation capabilities through the Model Context Protocol, allowing users to read, write, analyze, and automate Excel files (.xlsx, .xlsm, .xltx, .xltm) without having Microsoft Excel installed. It supports advanced features like creating charts, pivot tables, dashboards, and importing/exporting data in multiple formats (CSV, JSON, PDF). The server integrates seamlessly with AI assistants like Claude and offers professional formatting options to create publication-ready documents.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need to manipulate Excel files without Microsoft Excel installed, particularly for automated report generation through AI assistants.
When NOT to choose this
Don't choose this if you need advanced Excel VBA macros or functions not implemented in the server, or if you require real-time collaboration features of Microsoft 365.
Tools this server exposes
12 tools extracted from the READMEcreate_workbook_toolCreate a new Excel workbook without Microsoft Excel
open_workbook_toolOpen an existing Excel file (XLSX, XLSM, XLTX, XLTM)
write_sheet_data_toolWrite data to an Excel worksheet
list_sheets_toolList all worksheets in an Excel workbook
add_sheet_toolAdd a new worksheet to an Excel workbook
create_formatted_table_toolCreate a formatted Excel table with professional styling
add_chart_toolCreate charts in Excel files (column, bar, line, pie, scatter)
import_data_toolImport data from CSV, JSON, or SQL sources into Excel
export_data_toolExport Excel data to CSV, JSON, or PDF formats
filter_data_toolFilter Excel data based on specified criteria
create_dashboard_toolCreate dynamic Excel dashboards with tables and charts
update_cell_toolUpdate a specific cell in an Excel worksheet
Comparable tools
Installation
Installation
The easiest way to use Excel MCP Server is with npx (no installation required):
npx @guillehr2/excel-mcp-server@latestOr install globally:
npm install -g @guillehr2/excel-mcp-serverConfiguration
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"excel-master": {
"command": "npx",
"args": [
"-y",
"@guillehr2/excel-mcp-server@latest"
]
}
}
}FAQ
- What Excel file formats are supported?
- The server supports XLSX, XLSM, XLTX, and XLTM formats for reading and writing operations.
- Does it require Microsoft Excel to be installed?
- No, the server manipulates Excel files without requiring Microsoft Excel to be installed on the system.
- What chart types can be created?
- The server supports creating various chart types including column, bar, line, pie, scatter, and area charts with multiple styling options.
Compare Excel-MCP-Server-Master with
Last updated · Auto-generated from public README + GitHub signals.