MCP-ExcelAutoCpp
If you are the rightful owner of MCP-ExcelAutoCpp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
C++ Excel Automation MCP Server using OpenXLSX for Excel file operations.
The C++ Excel Automation MCP Server is designed to provide a robust and intelligent set of tools for Excel file manipulation through the Model Context Protocol (MCP). By leveraging the OpenXLSX library, this server facilitates seamless interaction with Excel files, allowing users to perform various operations such as opening files, listing sheets, and modifying content. The server is built to be easily deployable, compiling into a single executable file, and supports multi-language interfaces through customizable JSON files. It is particularly useful for AI assistants and other clients that require standardized MCP tools for Excel automation.
Features
- Simple and Easy-to-Use MCP Interface
- Single-File Deployment
- Customizable Multi-language Support
- Automatic Excel File Handling
- Integration with LLM Capabilities
Tools
open_excel_and_list_sheets
Open an Excel file and list all sheet names.
get_sheet_range_content
Get and output table content within a specified range in a specific sheet.
set_sheet_range_content
Set table content within a specified range in a specific sheet.
create_xlsx_file_by_absolute_path
Create a new xlsx file with the given path.