Excel MCP Server & CLI - 23 tools, 214 operations for AI-powered Excel automation via COM API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-excel": {
"command": "npx",
"args": [
"-y",
"sbroenne/mcp-server-excel"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-excel npx -y sbroenne/mcp-server-excel
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-excel": {
"command": "npx",
"args": [
"-y",
"sbroenne/mcp-server-excel"
]
}
}
}