Excel
Freeby MCP Community
Excel MCP Server - Manipulate Excel files without Microsoft Excel. Model Context Protocol server for reading, writing XLSX XLSM files with Claude AI LLM integra
v1.0.22Added Apr 12, 2026
mcpmodel-context-protocolexcelexcel-mcp-serverxlsx
Excel MCP Server
Excel MCP Server - Manipulate Excel files without Microsoft Excel. Model Context Protocol server for reading, writing XLSX XLSM files with Claude AI LLM integra
Installation
npx -y @guillehr2/excel-mcp-server
Reviews
Installation
Quick install
npx -y @guillehr2/excel-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["-y", "@guillehr2/excel-mcp-server"]
}
}
}