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
7
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
Chotu Robo is an MCP server for Arduino that enables the control of autonomous robots using AI. Multiple demos showcase its functionality in real-world applications. Developed in C++, it presents an appealing project for developers interested in robotics and automation.