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
{
"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