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

Author Information

1

Followers

7

Repositories

0

Gists

0

Total Contributions

Related MCPs
choturobo logo

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.

C++
excel-mcp-server logo

A Model Context Protocol server for Excel file manipulation

Python
toolhive logo

ToolHive makes deploying MCP servers easy, secure and fun

Go