Sitemap Updates
English
USD $
NEW
Claude & ChatGPT — Supercharged.
All documents · 350+ AI tools · 30s setup
Claude· ChatGPT· Cursor· Gemini· +50
Connect now
Platform
50+ AI modules & tools
Solutions
Industries, processes, risks
Developer
API, SDKs, documentation
Resources
Tutorials, blog, support
Company
Team, partners, careers
Pricing
News & Updates June 12, 2026 12 min read

Claude Fable 5 and PaperOffice MCP DMS: Agentic Document Work — Unleashed

Anthropic's Fable 5 thinks in days — PaperOffice MCP DMS executes in 151 tools. Hub guide with four real use-case videos.

Trusted by leading companies worldwide

Exclusive DMS Partner

Only official DMS

All articles News & Updates

In short: Claude Fable 5 is Anthropic's most capable publicly available model — but a model can only act as well as it can reach your documents. PaperOffice MCP DMS connects Fable 5 to 151 atomic DMS tools at a single URL via the Model Context Protocol. The result is agentic document work: Claude searches, reads, classifies, signs, and analyzes — across every workspace, with an audit trail and zero API code. This hub article explains the pairing and links four real use cases with videos.

Key takeaways at a glance

  • Model: Claude Fable 5 (Anthropic, June 9, 2026) — up to 1M tokens of context, built for long-running, autonomous tasks.
  • Connection: PaperOffice MCP DMS at https://mcp.paperoffice.ai/dms — 151 atomic tools via the Model Context Protocol.
  • Result: Claude searches, reads, classifies, signs, and analyzes — across every workspace, verifiable with a pofid and audit trail.
  • Setup: one Bearer token, one URL, under 60 seconds — without a single line of API code.
  • Four use cases: month-end, overnight inbox, mobile contract lookup, and a spend dashboard — each with a video and a deep-dive article.

What is Claude Fable 5?

Claude Fable 5 is Anthropic's flagship model, released on June 9, 2026. It is built for long-running, autonomous work: multi-day software migrations, finance with documents, vision over screenshots and scans, and legal redlines. With a context window of up to 1M tokens and up to 128k output tokens, it stays on track even inside large archives.

For document-heavy teams, one thing matters most: Fable 5 is exceptionally strong at document-based reasoning — reasoning over tables, contracts, invoices, and audit trails. It can plan multi-step tasks, check intermediate results, and call tools in the right order. That ability to orchestrate tools autonomously is what separates a chatbot from an agent.

What is PaperOffice MCP DMS?

The Model Context Protocol (MCP) is an open standard that lets AI clients such as Claude Desktop, Claude Code, Cursor, or ChatGPT call external tools. PaperOffice MCP exposes the full headless DMS as an MCP server at a single URL: https://mcp.paperoffice.ai/dms. Authentication uses a Bearer token, identical to the REST API. /claude is an alias with the same surface for Claude clients.

Behind that URL are 151 atomic tools: for workspaces, fulltext and hybrid search, OCR/IDP, workflows and tasks, e-signatures, redaction, and analytics. "Atomic" means each tool does exactly one thing. This fits PaperOffice's LLM-first architecture — the model decides (routes), the tools execute. Destructive operations are protected by confirm gates, and errors return as structured error_code responses.

Why the strongest model fails without a DMS

A language model with no connection to your archive does not know your documents. It can summarize an uploaded PDF — but it does not know which invoices are open, which contract expires on Friday, or where the signed version lives. Without DMS access, even Fable 5 stops at rhetoric instead of research. MCP closes three gaps:

  • Access instead of upload: Claude searches the entire authorized archive, not just one attached file.
  • Verifiability instead of hallucination: answers are grounded in real hits with a pofid and audit trail.
  • Action instead of talk: Claude can classify, comment, start workflows, or trigger signatures.

151 tools, one URL: the headless DMS surface

The 151 DMS tools fall into clear groups. You never call them manually — Claude selects based on your request:

  • Search & read: po_documents_search, po_search_advanced, po_documents_text_get
  • Capture & OCR/IDP: po_documents_upload, po_import_scan, po_document_analysis_analysis_dms
  • Organize: po_workspaces_list, po_documents_bulk_update
  • Workflow & signature: tasks, approvals (HITL), e-signature tools
  • Analytics: po_analytics_financial_summary_get, po_analytics_trends_get

Need more? Use other profiles: /cursor (37 read-safe tools for coding), /openai (Document AI + Workflow AI combined), or /mcp-full for the complete surface. Details on the MCP page.

Four use cases — four short videos

Each scenario below shows PaperOffice MCP with Claude in under 30 seconds. Every use case has a dedicated deep-dive article with prompts and tool lists:

  • Month-end invoices — open items across every workspace, payment reminders as a second step
  • Overnight inbox — capture, classify, flag duplicates and expiring contracts before you wake up
  • Mobile contract lookup — archive answers in seconds, straight from your phone
  • Board dashboard — from 300 invoices to a presentation-ready spend overview in one prompt

Setup in under 60 seconds

Here is how to connect Claude to PaperOffice MCP:

  1. Get a Bearer token: create it in the PaperOffice dashboard (the same token as the REST API).
  2. Add the MCP server: in Claude Desktop or Claude Code, add the URL https://mcp.paperoffice.ai/dms.
  3. Set the header: Authorization: Bearer <token>.
  4. Restart the client — the 151 DMS tools are available immediately.

Then a natural-language question is enough, for example:

Claude · PaperOffice MCP
Search all my workspaces for unpaid invoices and show me totals and overdue items as a table.

Fable 5 + MCP: which strength meets which tool

Fable 5 strengthMatching MCP DMS tool
Long-horizon / up to 1M tokenspo_search_advanced, audit trails, knowledge graph
Vision (scans, screenshots)po_documents_vision_analyze, thumbnails
Async, long-running jobspo_jobs_get, OCR, redaction
Knowledge work & numbersAnalytics, VAT checks, financial summaries
Tool orchestration151 atomic tools instead of one opaque mega-tool

A generational shift: agentic, not chat-based

The difference from earlier setups is qualitative, not just quantitative:

Classic (chat over a PDF)Fable 5 + PaperOffice MCP
Only the uploaded fileThe entire authorized archive
Answers without a sourceHits with pofid and audit trail
Human copies results backClaude acts directly through tools
One task per promptMulti-step workflows in one request

Security, governance, and GDPR

More autonomy demands clear guardrails. Fable 5 ships its own safeguards (e.g. fallback to Opus 4.8 on sensitive topics). On the enterprise side, the essentials remain:

  • Bearer scopes: issue tokens with only the rights needed.
  • Sandbox workspaces: test in a contained area first.
  • Confirm gates: destructive operations require confirmation.
  • Audit trail: every action is logged and traceable.

Background on the standard: our MCP revolution article.

"Fable 5 is the brain — PaperOffice MCP DMS are the hands for your archive."

Who benefits most?

Especially teams with distributed document stores: finance and accounting, law firms, public administration, and anyone who regularly searches, analyzes, or approves across many workspaces. Getting started is low-risk — one Bearer token, one URL, one use case.

MCP profiles: not just /dms

PaperOffice exposes several MCP profiles under the same base URL. Each profile bundles a different tool selection, so you connect exactly the surface that fits the client and the task:

ProfileFocusTypical client
/dms151 atomic DMS tools — search, OCR/IDP, workflows, signatures, analyticsClaude Desktop, Claude Code
/claudeAlias to /dms with an identical surfaceClaude clients
/cursor37 read-safe tools for codingCursor
/openaiDocument AI + Workflow AI combinedChatGPT
/mcp-fullThe complete MCP surfaceadvanced setups

To get started, /dms is enough. All profiles share the same Bearer authentication — one token, multiple surfaces.

A typical day with Fable 5 + MCP

This is what agentic document work looks like day to day — four moments, one setup:

  • 07:00: A scheduled task sorted the intake overnight. Your desk holds not 14 documents but two flagged exceptions.
  • 10:30: A contract question comes up in a meeting. The answer arrives in seconds from your phone — with the signed date and page reference.
  • 14:00: The board wants an overview. From 300 invoices, one prompt produces a presentation-ready dashboard.
  • 17:00: For month-end, Claude lists open items across every workspace — including drafts for payment reminders.

Four tasks that used to mean logins, exports, and Excel now run through a single connection — on the live state of the archive.

Common mistakes when starting out

To make the first impression count, it pays to avoid three typical pitfalls:

  • Tokens with too many rights: start with a read-only token in a sandbox workspace, not full access.
  • A poor data foundation: if documents are not cleanly captured via OCR, search and analysis suffer. Good capture is half the battle.
  • Requests that are too broad: narrow by period or workspace early — precise prompts yield precise results.

The good news: all three are configuration and habit, not code. Set up one use case cleanly and you carry the same pattern to the others.

Conclusion

Claude Fable 5 and PaperOffice MCP DMS together enable real agentic document work — not chat-only PDF Q&A. Start with /dms, pick one of the four use cases below, and scale from there. Setup takes under a minute; the value begins with the first prompt.

Frequently asked questions

What is Claude Fable 5?
Claude Fable 5 is Anthropic's flagship model released on June 9, 2026. It targets long-running, autonomous tasks, handles up to 1M tokens of context, and is especially strong at reasoning over documents.
What is PaperOffice MCP DMS?
It is the PaperOffice headless DMS exposed as an MCP server at https://mcp.paperoffice.ai/dms — 151 atomic tools for search, OCR/IDP, workflows, signatures, and analytics, usable from Claude, Cursor, or ChatGPT.
How many tools does PaperOffice MCP DMS have?
The /dms profile provides 151 atomic tools. Other profiles such as /cursor (37 read-safe tools) or /mcp-full cover different use cases.
How do I connect Claude to PaperOffice?
Create a Bearer token in the dashboard, add the URL https://mcp.paperoffice.ai/dms in Claude Desktop or Claude Code, set the header Authorization: Bearer <token>, and restart the client.
Is it GDPR-compliant and secure?
Claude only acts within your Bearer token scope. Destructive operations require confirm gates, every action is logged in the audit trail, and you can test in sandbox workspaces.
Why isn't the language model enough on its own?
Without DMS connectivity, the model only knows uploaded files, not your archive. MCP gives Claude verifiable access to every authorized document — with a source and audit trail instead of hallucination.

About the Author

PaperOffice AI Team

Content & Research

Our expert team of AI specialists, engineers and industry experts reports on the latest developments in AI, AI-IDP and intelligent document automation — with over 24 years of experience.

Share this article LinkedIn

Don't miss the next article

Get the latest insights on AI and document automation delivered straight to your inbox.

Try the MCP server

Connect PaperOffice MCP to Claude — in under 2 minutes.