非構造化文書処理機能を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、LLMは非構造化文書からコンテンツを抽出して利用できるようになります。
このリポジトリは現在作業中ですので、注意して進めてください :)
サポートされているファイルの種類:
{".abw", ".bmp", ".csv", ".cwk", ".dbf", ".dif", ".doc", ".docm", ".docx", ".dot",
".dotm", ".eml", ".epub", ".et", ".eth", ".fods", ".gif", ".heic", ".htm", ".html",
".hwp", ".jpeg", ".jpg", ".md", ".mcw", ".mw", ".odt", ".org", ".p7s", ".pages",
".pbd", ".pdf", ".png", ".pot", ".potm", ".ppt", ".pptm", ".pptx", ".prn", ".rst",
".rtf", ".sdp", ".sgl", ".svg", ".sxg", ".tiff", ".txt", ".tsv", ".uof", ".uos1",
".uos2", ".web", ".webp", ".wk2", ".xls", ".xlsb", ".xlsm", ".xlsx", ".xlw", ".xml",
".zabw"}
前提条件: 次のものが必要です:
非構造化APIキー。取得方法についてはこちらをご覧ください。
ローカルにインストールされたClaude Desktop
この MCP を Claude デスクトップに追加する方法についての簡単な要約:
リポジトリをクローンし、UV 環境をセットアップします。
ルート ディレクトリに
.envファイルを作成し、次の環境変数を追加します:UNSTRUCTURED_API_KEY。MCP サーバーを実行します:
uv run doc_processor.py~/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
}
}
}
Claude Desktopを再起動してください。これでMCPが使用できるようになります。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -1MIT License
- AsecurityFlicenseAqualityA 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 -54
- AsecurityAlicenseAqualityA 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 -1MIT License
- AsecurityAlicenseAqualityA 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 -11MIT License
Appeared in Searches
- Metallurgical Engineering and Steel Plant Processing Information
- A file opener for reading PDF files, images, and other file types
- A tool for processing complex PDF documents with tables, charts, OCR, and images
- A powerful filesystem that works on both Windows and Mac
- Finding the Best Memory Compression Policies (MCPs) for Optimizing Limited Context Window in Claude Code