Skip to main content
Glama

Unstructured Document Processor MCP

by MKhalusova

비정형 문서 처리 기능을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 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

local-only server

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

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

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
    Last updated -
    Python
    MIT License
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.
    Last updated -
    5
    4
    TypeScript
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that converts various file formats (PDF, PowerPoint, Word, Excel, Images, etc.) to Markdown to make them accessible to LLMs.
    Last updated -
    1
    MIT License
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables LLMs to retrieve web content and save it to local files for permanent storage and later access.
    Last updated -
    1
    1
    Python
    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/MKhalusova/unstructured-mcp'

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