Xlsx
Freeby MCP Community
MCP server for Excel files
v0.1.7Added Apr 12, 2026
Xlsx MCP Server
MCP server for Excel files
Installation
npx -y xlsx-mcp
Reviews
Installation
Quick install
npx -y xlsx-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"xlsx": {
"command": "npx",
"args": ["-y", "xlsx-mcp"]
}
}
}