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
Intermediate
Estimated 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