Skip to content

mcp-server-xlwingsExcel Automation for AI Agents

MCP server that controls live Excel via COM. Works with DRM-protected files. Windows only.

mcp-server-xlwings

Quick Start

Add to your MCP client config and start using immediately:

json
{
  "mcpServers": {
    "xlwings": {
      "command": "uvx",
      "args": ["mcp-server-xlwings"]
    }
  }
}

Then ask your AI agent:

"What's in the spreadsheet I have open?"

The agent will call get_active_workbook() and read_data() to explore your Excel file.

Get Started →

Released under the MIT License.