Excel
Freeby MCP Community
An MCP server that reads and writes spreadsheet data to MS Excel file
v0.12.0Added Apr 12, 2026
Excel MCP Server
An MCP server that reads and writes spreadsheet data to MS Excel file
Installation
Reviews
Installation
Quick install
npx -y @negokaz/excel-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["-y", "@negokaz/excel-mcp-server"]
}
}
}