클로드 문서 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 파일로 변환
Related MCP server: MCP Tools
설정
이 MCP 서버에는 Python 3.10 이상이 필요합니다.
자동 설정(권장)
Claude Desktop에 대한 종속성을 자동으로 설치하고 구성하려면 설치 스크립트를 실행하세요.
지엑스피1
이렇게 하면:
가상 환경 만들기
필수 종속성 설치
Claude Desktop용 서버 구성
필요한 디렉토리를 생성합니다
수동 설정
수동으로 설정하려면 다음을 수행하세요.
종속성 설치:
cd claude-document-mcp
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e .Claude Desktop 구성:
claude_desktop_config.json 파일을 다음 위치로 복사합니다.
Mac :
~/Library/Application Support/Claude/윈도우 :
%APPDATA%\Claude\
Claude Desktop을 다시 시작하세요
모델 컨텍스트 프로토콜 통합
이 서버는 Claude Desktop에 대한 문서 조작 기능을 제공하기 위해 모델 컨텍스트 프로토콜 사양을 따릅니다.
도구 : Word, Excel 및 PDF 작업에 대한 조작 기능을 제공합니다.
리소스 : 기능에 대한 정보를 제공합니다.
프롬프트 : (현재 구현되지 않음)
API 참조
마이크로소프트 워드
Word 문서 만들기
create_word_document(filepath: str, content: str) -> DictWord 문서 편집
edit_word_document(filepath: str, operations: List[Dict]) -> DictTXT를 Word로 변환
convert_txt_to_word(source_path: str, target_path: str) -> Dict뛰어나다
Excel 파일 만들기
create_excel_file(filepath: str, content: str) -> DictExcel 파일 편집
edit_excel_file(filepath: str, operations: List[Dict]) -> DictCSV를 Excel로 변환
convert_csv_to_excel(source_path: str, target_path: str) -> DictPDF 파일 만들기
create_pdf_file(filepath: str, content: str) -> DictWord를 PDF로 변환
convert_word_to_pdf(source_path: str, target_path: str) -> Dict로그
서버는 문제 해결을 위해 콘솔과 logs/document_mcp.log 파일에 모든 작업을 기록합니다.
특허
MIT
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
Appeared in Searches
- Enhancements for Claude Desktop App with Large Contexts and Long Documents
- Tools for reading Excel, Word and PowerPoint files
- Excel spreadsheet template for tracking residents and attendings with PDF and voice memo attachments
- Tools and resources for PDF and XML document processing
- PDF text editing and preview tools