spreadsheet-kit MCP for Zed
io.github.psu3d0/spreadsheet-mcp
Agent-safe Excel workbook analysis, editing, recalc, and verification tools.
client:Zed
transport:stdio
runtime:oci
Install spreadsheet-kit MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spreadsheet-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/spreadsheet-mcp:0.11.1-full"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs