xlsx-drive-mcp

azhang4216/xlsx-drive-mcp
★ 1 stars Python File System Updated today
MCP server for reading and writing .xlsx files on Google Drive
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xlsx-drive-mcp": {
      "command": "uvx",
      "args": [
        "xlsx-drive-mcp"
      ]
    }
  }
}

Or install with pip: pip install xlsx-drive-mcp

README Excerpt

An MCP server that lets AI agents (Claude and others) read and write `.xlsx` files stored on Google Drive. Fills the gap between Excel MCP servers (local files only) and Google Drive MCP servers (native Google Sheets only). - Read/write cell values, formulas, formatting, charts - Full sheet management (create, delete, rename, copy)

Tools (20)

append_rowsclear_rangecopy_sheetcreate_chartcreate_sheetcreate_xlsxdelete_sheetdelete_xlsxformat_rangeget_xlsx_infolist_sheetslist_xlsx_filesmerge_cellsread_formatread_rangerename_sheetset_column_widthset_row_heightunmerge_cellswrite_formula