Unstructured Document Processor MCP

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Supports processing JPEG/JPG files to extract content for large language models

  • Supports processing Org files to extract content for large language models

  • Supports processing SVG files to extract content for large language models

비정형 문서 처리 기능을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 LLM은 비정형 문서에서 콘텐츠를 추출하고 사용할 수 있습니다.

이 저장소는 현재 작업 중이므로 주의해서 작업하세요 :)

지원되는 파일 형식:

지엑스피1

필수 조건: 다음이 필요합니다.

Claude Desktop에 이 MCP를 추가하는 방법에 대한 간단한 TLDR:

  1. 저장소를 복제하고 UV 환경을 설정합니다.
  2. 루트 디렉토리에 .env 파일을 만들고 다음 env 변수를 추가합니다: UNSTRUCTURED_API_KEY .
  3. MCP 서버를 실행합니다: uv run doc_processor.py
  4. ~/Library/Application Support/Claude/ 로 이동하여 claude_desktop_config.json 파일을 만들고, 해당 파일에 다음을 추가합니다.
{ "mcpServers": { "unstructured_doc_processor": { "command": "PATH/TO/YOUR/UV", "args": [ "--directory", "ABSOLUTE/PATH/TO/YOUR/unstructured-mcp/", "run", "doc_processor.py" ], "disabled": false } } }
  1. Claude Desktop을 다시 시작하세요. 이제 MCP를 사용할 수 있습니다.
-
security - not tested
F
license - not found
-
quality - not tested

LLM이 다양한 파일 형식의 비정형 문서에서 콘텐츠를 추출하고 사용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

ID: 6ncg8w9ovd