MCP Servers / productivity / C++ Excel Automation

C++ Excel Automation

JSON →
ssenone79productivity

A C++ based MCP server for intelligent Excel automation using the OpenXLSX library.

Install
How to run this server

No install command recorded.

server path: c-excel-automation
Tools
What this server exposes
open_excel_and_list_sheets
Open an Excel file and list all sheet names. This tool will also set the current Excel file path for subsequent operations. RECOMMENDED TO RUN THIS TOOL FIRST BEFORE ANY OPERATION OR IF WANT TO CHANGE THE FILE TO MODIFY.
get_sheet_range_content
Get and output table content within a specified range in a specific sheet. Automatically opens and closes the Excel file.
set_sheet_range_content
Set table content within a specified range in a specific sheet. Automatically opens and closes the Excel file.
create_xlsx_file_by_absolute_path
Create a new xlsx file with the given path. Automatically closes the Excel file after creation.
Configuration
Environment & auth
authnone
Resources
C++ Excel Automation — MCP Server · libregistry