MCP Excel Server provides a bridge between AI assistants and Excel files, enabling reading from and writing to spreadsheets through a Spring Boot application. Developed by bigcoder84, this server exposes Excel operations as MCP tools that handle structured data exchange with standardized request/response patterns. The implementation includes services for both reading data from Excel files (returning content as a list of key-value maps) and writing data to Excel files, making it particularly useful for data analysis, reporting, and automated document generation workflows.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Read a local Excel file (.xlsx or .xls) and return its content in JSON format.
Write JSON data to a specified local Excel file.