mysheet-mcp
Mysheet-mcp is a MCP Server for converting Excel files into JSON format, particularly useful for data processing when called within large models or Agents.
GitHubスター
3
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
0
イシュー
0
README
mysheet MCP Server
Mysheet-mcp is a MCP Server for converting Excel files into JSON format, particularly useful for data processing when called within large models or Agents. This project supports parsing Excel files and temporarily storing the files contained within the Excel in a configured temporary directory.
Main Features
- Excel to JSON: Converts uploaded Excel files into JSON format for further processing.
- File Storage: Files contained within the Excel are temporarily stored in the configured
tmp
directory.
Configuration
In application.yml
, you can configure the following parameters:
upload.tmp
: Specifies the directory for temporary file storage.upload.path
: Specifies the directory for uploaded file storage.
Usage
- Install Dependencies: Ensure that your project has installed the necessary dependencies.
- Configure Paths: Configure
upload.tmp
andupload.path
inapplication.yml
. - Call the Service: Convert Excel files to JSON by calling the
excel2Json
method inExcel2JsonService
.