DocuWare Read-only MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DocuWare Read-only MCPSearch for documents in cabinet 'Invoices' with date after 2024-01-01."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DocuWare Read-only MCP
This connects Claude Desktop (or another MCP app) to DocuWare so you can find, inspect, and download documents. It cannot upload, edit, delete, or administer anything.
Quick start on Windows
Open Command Prompt and run:
cd /d "d:\docuware mcp"
copy .env.example .env
notepad .envFill in the OAuth values and cabinet ID. Do not guess these; your DocuWare administrator must provide them. The supplied XML identifies DocuWare 7.10 and the normalized platform URL is already configured.
DOCUWARE_CLIENT_ID=your-real-client-id
DOCUWARE_CLIENT_SECRET=your-real-client-secret
DOCUWARE_ALLOWED_CABINETS=your-cabinet-idCheck the settings:
npm install --include=dev
npm run check-configBuild:
npm run buildUse a dedicated DocuWare account with view-only permission. It must not have upload, delete, editing, workflow, or administration permission.
Related MCP server: docsearch
MCP client
In Claude Desktop settings, add this MCP server configuration and restart Claude:
{
"mcpServers": {
"docuware-readonly": {
"command": "node",
"args": ["D:/docuware mcp/dist/index.js"],
"env": {
"DOCUWARE_BASE_URL": "https://docuware.mapnagroup.com/DocuWare/Platform",
"DOCUWARE_TOKEN_URL": "PASTE-THE-TOKEN-URL-HERE",
"DOCUWARE_CLIENT_ID": "PASTE-CLIENT-ID-HERE",
"DOCUWARE_CLIENT_SECRET": "PASTE-CLIENT-SECRET-HERE",
"DOCUWARE_ALLOWED_CABINETS": "PASTE-CABINET-ID-HERE",
"DOCUWARE_MAX_RESULTS": "50"
}
}
}
}Use a dedicated DocuWare account with view-only permissions, cabinet restrictions, and no delete, edit, workflow, or administration privileges. Keep .env and secrets out of source control. Stdio protocol output must remain on stdout; diagnostics should use stderr.
What to ask Claude
“List my DocuWare file cabinets.”
“Find invoices in cabinet
CABINET_IDwhereInvoiceNumberequals12345.”“Show metadata for document
9876in cabinetCABINET_ID.”“Download document
9876from cabinetCABINET_ID.”
Available tools: list_file_cabinets, search_documents, get_document_metadata, and download_document.
If it does not work
Run
npm run check-configand fix missing settings.Confirm the OAuth token URL and grant with your DocuWare administrator.
Confirm the cabinet ID and read permission.
Confirm the query and download routes in
/DocuWare/Platform/Help.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceMCP server to interact with Cleyrop work data: browse, search, read file content, and manage files/folders.Last updated
- AlicenseAqualityCmaintenanceMCP server that enables searching and reading binary document files (PDF, DOCX, PPTX, XLSX, ODT, ODS, ODP, RTF, EPUB) using regex patterns and retrieving content by sections.Last updated2MIT
- Flicense-qualityBmaintenanceA local MCP server providing read-only access to documents like Word, PDF, Excel, and images, with file listing, reading, and metadata extraction.Last updated
- Alicense-qualityBmaintenanceA read-only MCP server for your paperless-ngx document archive that lets an AI assistant search documents by full text, tags, correspondents, and dates, and read the text of any document.Last updatedMIT
Related MCP Connectors
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sobhanjabari/mcp_docuware'
If you have feedback or need assistance with the MCP directory API, please join our Discord server