Skip to content
Cline

MCP Office Excel for Cline

io.github.dosev-ai/mcp-office-excel

65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.

client:Cline transport:stdio runtime:pypi

Install MCP Office Excel in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCP Office Excel in other clients