Connector guide2-minute read7 MCP toolsEN · DE · IT

DocuWare を MCP に — あらゆる AI エージェントから DocuWare を操作

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.

HCBy HelpCode team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

DocuWare

DocuWare

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.

ツール

7

地域

DE

カテゴリー

Document Management

認証

Sign-in token

必要な環境変数

DOCUWARE_URLDOCUWARE_USERNAMEDOCUWARE_PASSWORD
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。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 に貼り付けて、このコネクターで実行できます。

DocuWare · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → DocuWare をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

DocuWare

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.

セットアップ

Getting access

  1. 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.
  2. Set DOCUWARE_URL to your platform root — for DocuWare Cloud that is https://<tenant>.docuware.cloud/DocuWare/Platform; on premises it is https://<server>/DocuWare/Platform. No trailing slash.
  3. Set DOCUWARE_USERNAME and DOCUWARE_PASSWORD. The adapter posts them to /Account/Logon and reuses the returned .DWPLATFORMAUTH cookie, refreshing it when DocuWare expires it.

前提条件: DOCUWARE_URL, DOCUWARE_USERNAME, DOCUWARE_PASSWORD

ローカルでコネクタをインストール

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

http://localhost:3000/connectors/store を開き、 DocuWare を選択し、前提条件に記載された環境変数を入力します。

利用可能なツール

ToolWhat it does
docuware_list_file_cabinetsList 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_cabinetRead one file cabinet's definition: its index fields, their types and lengths, and the dialogs configured on it
docuware_search_documentsSearch one file cabinet by index field, e
docuware_get_documentRead one document's header: its id, store date, content type, page count and the section list
docuware_get_document_fieldsRead the index fields of one document with their values — the invoice number, supplier, amount and date DocuWare has captured for it
docuware_list_dialogsList the search, store and result dialogs configured on a file cabinet
docuware_get_organizationRead the DocuWare organization the user belongs to: its name, GUID and the services available on this platform

次のステップ

このガイドは役に立ちましたか?

Your DocuWare agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

関連ガイド

connectors

DocuWare を ChatGPT に接続する方法 — MCP 経由

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.

connectors

DocuWare を Claude に接続する方法 — MCP 経由

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.

connectors

DocuWare を Cursor に接続する方法 — MCP 経由

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.

connectors

DocuWare を Gemini に接続する方法 — MCP 経由

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.

connectors

AFAS Profit を MCP に — あらゆる AI エージェントから AFAS Profit を操作

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica を MCP に — あらゆる AI エージェントから Aruba Fatturazione Elettronica を操作

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.