Excel
Freeby MCP Community
Model Context Protocol server for Excel automation
v1.0.0Added Apr 12, 2026
mcpexcelautomationspreadsheet
Excel MCP Server
Model Context Protocol server for Excel automation
Installation
npx -y @iflow-mcp/excel-mcp-server
Reviews
Installation
Quick install
npx -y @iflow-mcp/excel-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["-y", "@iflow-mcp/excel-mcp-server"]
}
}
}