Skip to content
Zed

MCP Office Excel for Zed

io.github.dosev-ai/mcp-office-excel

65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.

client:Zed transport:stdio runtime:pypi

Install MCP Office Excel in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-office-excel": {
      "command": "uvx",
      "args": [
        "mcp-office"
      ],
      "env": {
        "EXCEL_ALLOWLIST_ROOTS": "<EXCEL_ALLOWLIST_ROOTS>",
        "EXCEL_ENABLE_WRITE": "<EXCEL_ENABLE_WRITE>",
        "EXCEL_ENABLE_COM": "<EXCEL_ENABLE_COM>",
        "EXCEL_MAX_ITEMS": "<EXCEL_MAX_ITEMS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Office Excel in other clients