Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

xlsx-tools-mcp in other clients