About
Overview
The Excel MCP Server enables AI agents to work with Microsoft Excel files (.xlsx). It provides tools for reading and writing cells, managing worksheets, working with formulas, and extracting chart data. Supports complex workbooks with multiple sheets and named ranges.
Capabilities
Tools & Capabilities
⚡read_sheet
Read data from an Excel worksheet
⚡write_sheet
Write data to an Excel worksheet
⚡list_sheets
List all sheets in a workbook
⚡create_sheet
Create a new worksheet
⚡get_cell
Get the value and formula of a specific cell
Setup
Installation
bash
Install
npx -y mcp-server-excelExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["-y", "mcp-server-excel"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 65
Last UpdatedFeb 12, 2026