xlsx-tools-mcp for Zed
io.github.ruriazz/xlsx-tools-mcp
MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files
client:Zed
transport:stdio
runtime:pypi
Install xlsx-tools-mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"xlsx-tools-mcp": {
"command": "uvx",
"args": [
"xlsx-tools-mcp"
],
"env": {
"XLSX_MCP_FILES": "<XLSX_MCP_FILES>",
"XLSX_MCP_RECALC_TIMEOUT": "<XLSX_MCP_RECALC_TIMEOUT>",
"XLSX_MCP_LOCK_TIMEOUT": "<XLSX_MCP_LOCK_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs