Skip to content
Zed

excel mcp for Zed

io.github.wesseltl/excel-mcp

Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.

client:Zed transport:stdio runtime:pypi

Install excel mcp in Zed

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

{
  "context_servers": {
    "excel-mcp": {
      "command": "uvx",
      "args": [
        "excel-agent-mcp"
      ]
    }
  }
}

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

excel mcp in other clients