Xlsx
Freeby MCP Community
MCP server for reading and writing Excel (xlsx) files
v1.0.3Added Apr 12, 2026
mcpxlsxexcelmodel-context-protocol
Xlsx MCP Server
MCP server for reading and writing Excel (xlsx) files
Installation
npx -y mcp-xlsx
Reviews
Installation
Quick install
npx -y mcp-xlsx
Add to claude_desktop_config.json
{
"mcpServers": {
"xlsx": {
"command": "npx",
"args": ["-y", "mcp-xlsx"]
}
}
}