lebronisbest/excel-mcp-server
3.2
If you are the rightful owner of excel-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This server is designed to facilitate real-time data entry into Microsoft Excel using a simple command protocol.
Simple Live Excel MCP Server (최소 버전)
English summary below
이 서버는 오직 하나의 기능만 제공합니다:
✍️ simple_write_range
simple_write_range(start_cell, data): 지정한 셀부터 2차원 데이터(또는 CSV 문자열)를 엑셀에 입력합니다.
사용 예시
simple_write_range A1 "이름,나이,직업\n홍길동,30,개발자\n김철수,25,디자이너"
설치 및 실행
pip install -e .
simple-live-excel-mcp-server stdio
요구사항
- Python 3.10 이상
- Windows
- Microsoft Excel 실행 중
- pywin32
이 서버는 오직 실시간 엑셀 데이터 입력(
simple_write_range)만 지원합니다.
English Summary
This server provides only one feature:
simple_write_range(start_cell, data): Write 2D data (or CSV string) to Excel starting from the specified cell.
Requirements:
- Python 3.10+
- Windows
- Microsoft Excel running
- pywin32
Install & Run:
pip install -e .
simple-live-excel-mcp-server stdio
주의사항
이 코드는 생성형 AI로 작성되었으며, https://github.com/haris-musa/excel-mcp-server의 MIT 라이선스 코드를 학습했습니다. 생성형 AI로 생성된 코드는 사용 시에 주의하시길 바랍니다.