Claude Document MCP Server

클로드 문서 MCP 서버

Claude Desktop이 Microsoft Word, Excel, PDF 파일에서 문서 작업을 수행할 수 있도록 하는 MCP(Model Context Protocol) 서버입니다.

특징

Microsoft Word 작업

  • 텍스트에서 새 Word 문서 만들기
  • 기존 Word 문서 편집(단락 및 제목 추가/편집/삭제)
  • 텍스트 파일(.txt)을 Word 문서로 변환

엑셀 작업

  • JSON 또는 CSV와 같은 텍스트에서 새 Excel 스프레드시트 만들기
  • 기존 Excel 파일 편집(셀, 범위 업데이트, 행, 열, 시트 추가/삭제)
  • CSV 파일을 Excel로 변환

PDF 작업

  • 텍스트에서 새 PDF 파일 만들기
  • Word 문서를 PDF 파일로 변환

설정

이 MCP 서버에는 Python 3.10 이상이 필요합니다.

자동 설정(권장)

Claude Desktop에 대한 종속성을 자동으로 설치하고 구성하려면 설치 스크립트를 실행하세요.

지엑스피1

이렇게 하면:

  1. 가상 환경 만들기
  2. 필수 종속성 설치
  3. Claude Desktop용 서버 구성
  4. 필요한 디렉토리를 생성합니다

수동 설정

수동으로 설정하려면 다음을 수행하세요.

  1. 종속성 설치:
cd claude-document-mcp python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -e .
  1. Claude Desktop 구성:

claude_desktop_config.json 파일을 다음 위치로 복사합니다.

  • Mac : ~/Library/Application Support/Claude/
  • 윈도우 : %APPDATA%\Claude\
  1. Claude Desktop을 다시 시작하세요

모델 컨텍스트 프로토콜 통합

이 서버는 Claude Desktop에 대한 문서 조작 기능을 제공하기 위해 모델 컨텍스트 프로토콜 사양을 따릅니다.

  • 도구 : Word, Excel 및 PDF 작업에 대한 조작 기능을 제공합니다.
  • 리소스 : 기능에 대한 정보를 제공합니다.
  • 프롬프트 : (현재 구현되지 않음)

API 참조

마이크로소프트 워드

Word 문서 만들기

create_word_document(filepath: str, content: str) -> Dict

Word 문서 편집

edit_word_document(filepath: str, operations: List[Dict]) -> Dict

TXT를 Word로 변환

convert_txt_to_word(source_path: str, target_path: str) -> Dict

뛰어나다

Excel 파일 만들기

create_excel_file(filepath: str, content: str) -> Dict

Excel 파일 편집

edit_excel_file(filepath: str, operations: List[Dict]) -> Dict

CSV를 Excel로 변환

convert_csv_to_excel(source_path: str, target_path: str) -> Dict

PDF

PDF 파일 만들기

create_pdf_file(filepath: str, content: str) -> Dict

Word를 PDF로 변환

convert_word_to_pdf(source_path: str, target_path: str) -> Dict

로그

서버는 문제 해결을 위해 콘솔과 logs/document_mcp.log 파일에 모든 작업을 기록합니다.

특허

MIT

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude Desktop이 Microsoft Word, Excel 및 PDF 파일에 대한 문서 작업(생성, 편집 및 형식 변환 포함)을 수행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. Features
    1. Microsoft Word Operations
    2. Excel Operations
    3. PDF Operations
  2. Setup
    1. Automatic Setup (Recommended)
    2. Manual Setup
  3. Model Context Protocol Integration
    1. API Reference
      1. Microsoft Word
      2. Excel
      3. PDF
    2. Logs
      1. License
        1. Contributing
          ID: au9hy3g8xo