Back to Home
nakada-memo icon

smart-excel-reader-mcp

Verified Safe

by nakada-memo

Overview

Converts Excel design documents and spreadsheets into high-fidelity images, preserving visual elements and print layouts, optimized for large documents and external consumption.

Installation

Run Command
python -m smart_excel_reader.server

Security Notes

The server interacts with Microsoft Excel via `win32com`, which requires Excel to be installed and running on a Windows OS. This design means the server directly interfaces with a desktop application, which inherently carries risks if processing untrusted Excel files (e.g., macro execution). However, the code itself does not introduce obvious vulnerabilities like `eval`, network risks, or hardcoded secrets. File paths are handled for temporary file creation and specified output directories. The `excel_app.DisplayAlerts = False` setting reduces user interaction but could hide potential Excel warnings. The primary security consideration is ensuring trusted Excel files are processed by the agent.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens75
Stars1
Forks0
Last Update2025-11-25

Tags

ExcelImage ConversionDocument ProcessingWindowsAutomation