xlsx-tools-mcp for Windsurf
io.github.ruriazz/xlsx-tools-mcp
MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files
client:Windsurf
transport:stdio
runtime:pypi
Install xlsx-tools-mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs