excel-mcp-server
MCP CompatibleScore: 68Excel manipulation including data reading/writing, worksheet management, formatting, charts, and pivot table.
68
Reputation
—
Success Rate
—
Avg Latency
0
Usage Count
Connection Spec
Transport
stdio
Install Command
uvx excel-mcp-server stdioFeatures
- 📊 **Excel Operations**: Create, read, update workbooks and worksheets
- 📈 **Data Manipulation**: Formulas, formatting, charts, pivot tables, and Excel tables
- 🔍 **Data Validation**: Built-in validation for ranges, formulas, and data integrity
- 🎨 **Formatting**: Font styling, colors, borders, alignment, and conditional formatting
- 📋 **Table Operations**: Create and manage Excel tables with custom styling
- 📊 **Chart Creation**: Generate various chart types (line, bar, pie, scatter, etc.)
- 🔄 **Pivot Tables**: Create dynamic pivot tables for data analysis
- 🔧 **Sheet Management**: Copy, rename, delete worksheets with ease
- 🔌 **Triple transport support**: stdio, SSE (deprecated), and streamable HTTP
- 🌐 **Remote & Local**: Works both locally and as a remote service
Quick Setup
{
"mcpServers": {
"excel-mcp-server": {
"command": "npx",
"args": [
"-y",
"excel-mcp-server"
]
}
}
}Paste into your Claude Desktop config file
Health
MaintenanceMaintained
Last commit1mo ago
Open issues42
LicenseMIT
VerificationFailed
API Response Preview
What agents get when they query this resource:
{
"id": "8c36696a-295f-4a51-a7f8-f2431ef67dd4",
"name": "excel-mcp-server",
"category": "tool",
"subcategory": "data-processing",
"mcp_compatible": true,
"reputation_score": 0.681416,
"success_rate": null,
"endpoint_url": null,
"spec": {
"transport": "stdio",
"install_command": "uvx excel-mcp-server stdio",
"tools": null,
"features": [
"📊 **Excel Operations**: Create, read, update workbooks and worksheets",
"📈 **Data Manipulation**: Formulas, formatting, charts, pivot tables, and Excel tables",
"🔍 **Data Validation**: Built-in validation for ranges, formulas, and data integrity",
"🎨 **Formatting**: Font styling, colors, borders, alignment, and conditional formatting",
"📋 **Table Operations**: Create and manage Excel tables with custom styling",
"📊 **Chart Creation**: Generate various chart types (line, bar, pie, scatter, etc.)",
"🔄 **Pivot Tables**: Create dynamic pivot tables for data analysis",
"🔧 **Sheet Management**: Copy, rename, delete worksheets with ease",
"🔌 **Triple transport support**: stdio, SSE (deprecated), and streamable HTTP",
"🌐 **Remote & Local**: Works both locally and as a remote service"
]
}
}