Excel
Freeby MCP Community
MCP server for Excel integration
v1.1.0Added Apr 12, 2026
mcpexcelmodel-context-protocol
Excel MCP Server
MCP server for Excel integration
Installation
npx -y @anh9thgg/mcp-excel
Reviews
Installation
Quick install
npx -y @anh9thgg/mcp-excel
Add to claude_desktop_config.json
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["-y", "@anh9thgg/mcp-excel"]
}
}
}