sbroenne/mcp-server-excel
Full-featured Excel MCP server. 173 operations: Power Query, DAX, VBA, PivotTables, Tables, Charts, ranges, formatting. 100% Excel compatibility - uses Excel app instead of creating .xlsx files. Windows only.
Quick Start
Clone the repository:
git clone https://github.com/sbroenne/mcp-server-excelClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-excel": {
"command": "npx",
"args": [
"-y",
"sbroenne/mcp-server-excel"
]
}
}
}Check the repository README for specific installation and configuration instructions.