Skip to content

Agent Spreadsheet MCP for Zed

io.github.psu3d0/agent-spreadsheet

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

client:Zed transport:stdio runtime:oci

Install Agent Spreadsheet MCP in Zed

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

{
  "context_servers": {
    "agent-spreadsheet": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full"
      ]
    }
  }
}

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

Agent Spreadsheet MCP in other clients