excel-mcp-server

zavora-ai/excel-mcp-server
★ 1 stars Rust 🤖 AI/LLM Updated today
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "excel-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "excel-mcp-server"
      ]
    }
  }
}