Skip to main content
Glama

Excel MCP Server

by yzfly

Excel MCP 서버

포괄적인 Excel 파일 관리 및 데이터 분석 기능을 제공하는 MCP 서버입니다.

특징

  • Excel 파일 작업
    • 다양한 Excel 형식(XLSX, XLS, CSV, TSV, JSON) 읽기
    • Excel 파일 작성 및 업데이트
    • 파일 정보 및 시트 이름 가져오기
  • 데이터 분석
    • 요약 통계 및 기술 분석
    • 데이터 품질 평가
    • 피벗 테이블
    • 데이터 필터링 및 쿼리
  • 심상
    • Excel 데이터에서 차트와 플롯 생성
    • 데이터 미리보기 만들기
    • 시각화를 이미지로 내보내기

설치

  1. 새로운 Python 환경을 만듭니다(권장):

지엑스피1

  1. 종속성 설치:
# Using uv uv pip install -r requirements.txt # Or using pip pip install -r requirements.txt

Claude Desktop과 통합

  1. Claude Desktop 설치
  2. 설정을 열고 개발자 탭으로 이동하세요.
  3. claude_desktop_config.json 편집합니다:
{ "mcpServers": { "command": "uvx", "args": [ "mcp-excel-server" ], "env": { "PYTHONPATH": "/path/to/your/python" } } }

사용 가능한 도구

파일 읽기

  • read_excel : Excel 파일 읽기
  • get_excel_info : 파일 세부 정보 가져오기
  • get_sheet_names : 워크시트 이름 나열

데이터 분석

  • analyze_excel : 통계 분석 수행
  • filter_excel : 조건별로 데이터 필터링
  • pivot_table : 피벗 테이블 생성
  • data_summary : 포괄적인 데이터 요약 생성

데이터 시각화

  • export_chart : 차트 생성
    • 선형 차트, 막대 차트, 산점도, 히스토그램을 지원합니다.

파일 작업

  • write_excel : 새로운 Excel 파일 쓰기
  • update_excel : 기존 Excel 파일 업데이트

사용 가능한 리소스

  • excel://{file_path} : 파일 내용 가져오기
  • excel://{file_path}/info : 파일 구조 정보 가져오기
  • excel://{file_path}/preview : 데이터 미리보기 이미지 생성

프롬프트 템플릿

  • analyze_excel_data : Excel 데이터 분석을 위한 가이드 템플릿
  • create_chart : 데이터 시각화 생성을 도와줍니다
  • data_cleaning : 데이터 정리를 지원합니다

사용 예

  • "sales_data.xlsx 파일을 분석하세요"
  • "product_sales.csv에 대한 막대형 차트를 만듭니다."
  • "직원.xlsx에서 30명 이상의 직원 필터링"
  • "부서별 매출 피벗 테이블 생성"

보안 고려 사항

  • 지정된 경로에서만 파일을 읽습니다.
  • 파일 크기 제한
  • 실수로 파일을 덮어쓰는 것을 방지합니다.
  • 데이터 변환 작업을 엄격하게 제어합니다.

종속성

  • 팬더
  • 넘파이
  • 맷플롯립
  • 시본

특허

MIT 라이센스

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

XLSX, CSV, JSON 등 다양한 스프레드시트 형식으로 작업할 수 있는 포괄적인 Excel 파일 작업, 데이터 분석 및 시각화 기능을 제공하는 MCP 서버입니다.

  1. 특징
    1. 설치
      1. Claude Desktop과 통합
        1. 사용 가능한 도구
          1. 파일 읽기
          2. 데이터 분석
          3. 데이터 시각화
          4. 파일 작업
        2. 사용 가능한 리소스
          1. 프롬프트 템플릿
            1. 사용 예
              1. 보안 고려 사항
                1. 종속성
                  1. 특허

                    Related MCP Servers

                    • A
                      security
                      A
                      license
                      A
                      quality
                      Provides Excel file manipulation capabilities. This server enables workbook creation, data manipulation, formatting, and advanced Excel features.
                      Last updated -
                      20
                      1,007
                      Python
                      MIT License
                      • Linux
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A Model Context Protocol (MCP) server that provides tools for reading Excel (xlsx) files, enabling extraction of data from entire workbooks or specific sheets with results returned in structured JSON format.
                      Last updated -
                      3
                      5
                      Python
                      Apache 2.0
                      • Linux
                      • Apple
                    • -
                      security
                      A
                      license
                      -
                      quality
                      A thin wrapper around the OpenPyXl Python library that exposes Excel file operations as a Model Context Protocol (MCP) server, allowing Claude and other MCP clients to fetch and analyze data from Excel files.
                      Last updated -
                      9
                      Python
                      MIT License
                      • Apple
                    • -
                      security
                      A
                      license
                      -
                      quality
                      This MCP server integrates with Google Drive to allow listing, reading, and searching files, as well as the ability to read and write to Google Sheets.
                      Last updated -
                      91
                      JavaScript
                      MIT License

                    View all related MCP servers

                    MCP directory API

                    We provide all the information about MCP servers via our MCP API.

                    curl -X GET 'https://glama.ai/api/mcp/v1/servers/yzfly/mcp-excel-server'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server