MCP-ExcelAutoCpp
A MCP server for automatically create, view and modify Excel related file using LLM
GitHub Stars
69
User Rating
Not Rated
Favorites
0
Views
42
Forks
7
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
C++ Compiler: g++ 9.0 or higher
OpenXLSX Library: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/smileFAace/MCP-ExcelAutoCpp.git
cd MCP-ExcelAutoCpp
2. Install OpenXLSX
Download and add the OpenXLSX library to your project.3. Build the Project
bash
mkdir build
cd build
cmake ..
make
4. Start Server
bash
./MCP-ExcelAutoCpp
Troubleshooting
Common Issues
Issue: Server won't start Solution: Ensure that the OpenXLSX library is correctly installed.Additional Resources
Author Information
1
Followers
7
Repositories
0
Gists
0
Total Contributions
Related MCPs
iowarp-mcp-integration
1
The IoWarp MCP integration serves as a bridge between AI and high-performance computing. This repository enables Large Language Models (LLMs) to access C++ computational capabilities through standardized protocols. MChiP modules provide functionalities to LLMs while maintaining the high-performance characteristics of the IoWarp runtime.