haris-musa/excel-mcp-server
An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae).
Quick Start
Clone the repository:
git clone https://github.com/haris-musa/excel-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"excel-mcp-server": {
"command": "npx",
"args": [
"-y",
"haris-musa/excel-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.