Excel
Freeby MCP Community
Excel file processing server based on Model Context Protocol (MCP)
v0.0.5Added Apr 12, 2026
Excel MCP Server
Excel file processing server based on Model Context Protocol (MCP)
Installation
npx -y @zhiweixu/excel-mcp-server
Reviews
Installation
Quick install
npx -y @zhiweixu/excel-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["-y", "@zhiweixu/excel-mcp-server"]
}
}
}