E
Excel MCP Server
by @zavora-ai
excel-mcp-server is a high-performance Model Context Protocol (MCP) server that gives AI agents full control over Excel spreadsheets. Built in Rust with zavora-xlsx for native xlsx read/write and rmcp for the MCP protocol layer.
Created 4/22/2026
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/zavora-ai/excel-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"zavora-ai-excel-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/zavora-ai/excel-mcp-server"
]
}
}
}
Author Servers
Other servers by zavora-ai