Skip to content
Zed

MCP Server for Excel for Zed

io.github.sbroenne/mcp-server-excel

Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.

client:Zed transport:stdio runtime:nuget

Install MCP Server for Excel in Zed

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

{
  "context_servers": {
    "mcp-server-excel": {
      "command": "dnx",
      "args": [
        "Sbroenne.ExcelMcp.McpServer",
        "--yes"
      ]
    }
  }
}

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

MCP Server for Excel in other clients