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 日間無料 · クレジットカード不要 · EU ホスト
DocuWare に何でも聞ける
AnythingMCP 経由で DocuWare に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
DocuWare を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで DocuWare をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
DocuWare のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
DocuWare のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
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. AnythingMCP stores the session in the encryptedconnector_auth_cachetable.
Newer tenants may require the Identity Service instead. DocuWare has been migrating cloud tenants from cookie logon to OAuth 2.0 via its Identity Service. If /Account/Logon returns 404 or a redirect to an identity host, this adapter's auth path does not apply to your tenant and you will need a custom OAuth 2.0 connector pointed at the Identity Service's token endpoint.
Everything hangs off a file cabinet id. Call docuware_list_file_cabinets first; the Id it returns (a GUID) is the fileCabinetId every other tool needs. A DocuWare installation typically has several, and searching the wrong one returns a confident empty result.
Search is by index field, not full text by default. docuware_search_documents takes DocuWare's q expression over index fields, e.g. DOCUMENT_TYPE=Invoice. Full-text search only works if the cabinet has a full-text index configured.
Unverified. The paths and field names below follow the vendor's published documentation and have not been exercised against a live tenant — DocuWare does not offer a public sandbox. Treat a 404 as a docs-versus-reality gap and check the developer portal before concluding that the credential is wrong. If you run this against a real system, a correction to the adapter JSON is genuinely welcome.
Read-only by design: no upload, no index change, no delete. DocuWare cabinets are usually the company's audit-relevant archive.
あなたの AI は DocuWare から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。