インストール不要。2分以内に動きます。
cloud.anythingmcp.com で無料トライアルを開始し、DocuWare をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。
Summary
DocuWare document management: search file cabinets by field, read document metadata and index fields, list cabinets, dialogs and trays. Platform REST API, cookie-session auth against DocuWare Cloud or an on-premises server.
こう聞いてみよう
DocuWare のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → DocuWare をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
DocuWare + Claude
DocuWare document management: search file cabinets by field, read document metadata and index fields, list cabinets, dialogs and trays. Platform REST API, cookie-session auth against DocuWare Cloud or an on-premises server.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
DOCUWARE_URL, DOCUWARE_USERNAME, DOCUWARE_PASSWORD
ステップ 1 — 認証情報を取得
Getting access
- Create a DocuWare user for the integration with read rights on the file cabinets the agent should see. DocuWare enforces cabinet and field-level rights, so a restricted user sees fewer documents rather than an error.
- Set
DOCUWARE_URLto your platform root — for DocuWare Cloud that ishttps://<tenant>.docuware.cloud/DocuWare/Platform; on premises it ishttps://<server>/DocuWare/Platform. No trailing slash. - Set
DOCUWARE_USERNAMEandDOCUWARE_PASSWORD. The adapter posts them to/Account/Logonand reuses the returned.DWPLATFORMAUTHcookie, refreshing it when DocuWare expires it. …
ステップ 2 — アダプターをインストール
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
ステップ 3 — Claude にコネクタを追加
推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。
- claude.ai/customize/connectors を開きます。
- "Add custom connector" をクリック。
- 入力:
- Name:
DocuWare - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Connect をクリックして認可。
下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。
利用可能なツール
| Tool | What it does |
|---|---|
docuware_list_file_cabinets | List the file cabinets and document trays the logged-in user can reach, with their GUID, name and whether each is a basket |
docuware_get_file_cabinet | Read one file cabinet's definition: its index fields, their types and lengths, and the dialogs configured on it |
docuware_search_documents | Search one file cabinet by index field, e |
docuware_get_document | Read one document's header: its id, store date, content type, page count and the section list |
docuware_get_document_fields | Read the index fields of one document with their values — the invoice number, supplier, amount and date DocuWare has captured for it |
docuware_list_dialogs | List the search, store and result dialogs configured on a file cabinet |
docuware_get_organization | Read the DocuWare organization the user belongs to: its name, GUID and the services available on this platform |
FAQ
Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。
次のステップ
このガイドは役に立ちましたか?