Excel MCP 서버
Microsoft Excel을 설치하지 않고도 Excel 파일을 조작할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. AI 에이전트를 사용하여 Excel 통합 문서를 만들고, 읽고, 수정하세요.
특징
- 📊 Excel 통합 문서 만들기 및 수정
- 📝 데이터 읽기 및 쓰기
- 🎨 서식 및 스타일 적용
- 📈 차트와 시각화 만들기
- 📊 피벗 테이블 생성
- 🔄 워크시트 및 범위 관리
- 🔌 이중 전송 지원: stdio 및 SSE
빠른 시작
필수 조건
- Python 3.10 이상
설치
- 저장소를 복제합니다.
지엑스피1
- uv를 사용하여 설치:
서버 실행
서버는 stdio와 SSE의 두 가지 전송 모드를 지원합니다.
stdio 전송 사용(기본값)
Stdio 전송은 Cursor Desktop이나 로컬 개발과 같은 도구와 직접 통합하는 데 이상적이며, 로컬 파일을 조작할 수 있습니다.
SSE 전송 사용
SSE 전송은 원격 파일을 조작하는 웹 기반 애플리케이션과 원격 연결에 적합합니다.
SSE 서버에 대한 호스트와 포트를 지정할 수 있습니다.
AI 도구와 함께 사용
커서 IDE
- 커서에 이 구성을 추가하고 요구 사항에 맞는 적절한 전송 방법을 선택하세요.
Stdio 전송 연결 (로컬 통합용):
SSE 전송 연결 (웹 기반 애플리케이션용):
- Excel 도구는 AI 비서를 통해 사용할 수 있습니다.
원격 호스팅 및 전송 프로토콜
이 서버는 최대의 유연성을 위해 stdio와 SSE 전송 프로토콜을 모두 지원합니다.
- Claude Desktop과 함께 사용:
- Stdio 전송 사용
- MCP 서버(SSE) 호스팅:
환경 변수(SSE 전송용)
FASTMCP_PORT
: SSE 전송을 위한 서버 포트(기본값: 8000)EXCEL_FILES_PATH
: Excel 파일 디렉토리(기본값:./excel_files
)
사용 가능한 도구
이 서버는 포괄적인 Excel 조작 도구 세트를 제공합니다. 사용 가능한 모든 도구에 대한 전체 문서는 TOOLS.md를 참조하세요.
특허
MIT 라이센스 - 자세한 내용은 라이센스를 참조하세요.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Excel 파일 조작 기능을 제공합니다. 이 서버를 통해 통합 문서 생성, 데이터 조작, 서식 지정 및 고급 Excel 기능을 사용할 수 있습니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityProvides efficient handling of large Excel files through automatic chunking and pagination, using MCP to enable seamless file reading and management features such as sheet selection and error handling.Last updated -119JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to read from and write to Microsoft Excel files, supporting formats like xlsx, xlsm, xltx, and xltm.Last updated -6,446276GoMIT License
- AsecurityAlicenseAqualityEnables seamless reading, writing, and analyzing of Excel files through Model Context Protocol, with features for worksheet management, structure analysis, and automated caching.Last updated -821211TypeScriptMIT License
- -securityAlicense-qualityProvides Excel file manipulation capabilities without requiring Microsoft Excel installation, enabling workbook creation, data manipulation, formatting, and advanced Excel features.Last updated -PythonMIT License