Excel MCP Server

by Aifornorms
MIT License
  • Linux
  • Apple

Integrations

  • Provides guidance for hosting the Excel MCP server remotely using Cloudflare, allowing AI agents to interact with Excel files through a cloud-based deployment.

  • Allows cloning and installation of the Excel MCP server from the GitHub repository, providing access to the codebase and documentation.

Excel MCP 서버

Microsoft Excel을 설치하지 않고도 Excel 파일을 조작할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. AI 에이전트를 사용하여 Excel 통합 문서를 만들고, 읽고, 수정하세요.

특징

  • 📊 Excel 통합 문서 만들기 및 수정
  • 📝 데이터 읽기 및 쓰기
  • 🎨 서식 및 스타일 적용
  • 📈 차트와 시각화 만들기
  • 🔄 워크시트 및 범위 관리

빠른 시작

필수 조건

  • Python 3.10 이상

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. uv를 사용하여 설치:
uv pip install -e .

서버 실행

서버를 시작합니다(기본 포트 8000):

uv run excel-mcp-server

사용자 지정 포트(예: 8080):

# Bash/Linux/macOS export FASTMCP_PORT=8080 && uv run excel-mcp-server # Windows PowerShell $env:FASTMCP_PORT = "8080"; uv run excel-mcp-server

AI 도구와 함께 사용

커서 IDE

  1. 커서에 이 구성을 추가합니다.
{ "mcpServers": { "excel": { "url": "http://localhost:8000/sse", "env": { "EXCEL_FILES_PATH": "/path/to/excel/files" } } } }
  1. Excel 도구는 AI 비서를 통해 사용할 수 있습니다.

원격 호스팅 및 전송 프로토콜

이 서버는 SSE(Server-Sent Events) 전송 프로토콜을 사용합니다. 다양한 사용 사례:

  1. Claude Desktop과 함께 사용(stdio 필요):
  2. MCP 서버 호스팅:

환경 변수

  • FASTMCP_PORT : 서버 포트(기본값: 8000)
  • EXCEL_FILES_PATH : Excel 파일 디렉토리(기본값: ./excel_files )

사용 가능한 도구

이 서버는 포괄적인 Excel 조작 도구 세트를 제공합니다. 사용 가능한 모든 도구에 대한 전체 문서는 TOOLS.md를 참조하세요.

특허

MIT 라이센스 - 자세한 내용은 라이센스를 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

Microsoft Excel을 설치하지 않고도 AI 에이전트가 Excel 통합 문서를 만들고, 읽고, 수정할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 특징
    1. 빠른 시작
      1. 필수 조건
      2. 설치
      3. 서버 실행
    2. AI 도구와 함께 사용
      1. 커서 IDE
      2. 원격 호스팅 및 전송 프로토콜
    3. 환경 변수
      1. 사용 가능한 도구
        1. 특허

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A 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 -
            7,163
            191
            Go
            MIT License
            • Linux
            • Apple
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
            Last updated -
            12
            64
            10
            JavaScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.
            Last updated -
            275
            JavaScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI agents to interact with Alibaba Cloud DataWorks through standardized interfaces, allowing seamless management of DataWorks resources and operations via the DataWorks Open API.
            Last updated -
            169
            485
            15
            TypeScript
            Apache 2.0

          View all related MCP servers

          ID: l5hg05t80q