MCP Office Excel for Windsurf
io.github.dosev-ai/mcp-office-excel
65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.
client:Windsurf
transport:stdio
runtime:pypi
Install MCP Office Excel in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs