DRM-Protected Files
Uses COM automation to talk to the running Excel process. Opens any file that Excel can open, including encrypted and DRM-protected documents.
MCP server that controls live Excel via COM. Works with DRM-protected files. Windows only.
Add to your MCP client config and start using immediately:
{
"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.