PaperOffice MCP Server Claude Desktop |
Paste one URL into Claude, Cursor or ChatGPT — same Bearer token as the REST API. DMS: /dms (133 tools). Claude: /claude (alias). Cursor: /cursor (37 tools, read-safe).
From natural language to AI action
You ask
Describe what you need — in plain language.
"Extract the invoice"AI understands
Claude or Cursor selects the right PaperOffice tool.
MCP Server
mcp.paperoffice.ai runs the action — secure, GDPR-compliant, in the EU.
mcp.paperoffice.ai/dmsResult
Structured data back in your AI client — ready to use.
One server. Client URLs + module profiles.
Use /dms, /claude, /cursor or /openai for copy-paste setup — or module paths like /mcp-document-ai and /mcp-workflow-ai.
إدارة المستندات
بحث، قراءة، تحميل، تحرير، نقل، نسخ، حذف
البحث الذكي
نص كامل، تشابه دلالي، بحث متقدم، إحصائيات
التوقيع الإلكتروني
طلبات التوقيع، القوالب، التحقق، روابط الهاتف المحمول، التذكيرات
معالجة الذكاء الاصطناعي
AI-OCR، تقسيم المستندات، اكتشاف معلومات الهوية الشخصية (PII)، إخفاء الهوية تلقائياً
ذكاء المستندات
الكيانات، العلاقات، الملخصات، الحقول الوصفية، الناشر، التضمينات
التحليلات
الاتجاهات، البيانات المالية، الخرائط الحرارية، نشاط المستخدم، المواعيد النهائية، مركز التدقيق
Knowledge Graph
حالات Business، عرض العالم، الجداول الزمنية، المراجع، العلاقات
ذكاء إدارة علاقات العملاء (CRM)
رؤى الحساب، اكتشاف المخاطر، الفرص، تحليل المشاعر
ذكاء Business
لوحات المعلومات، التحليل الميداني، تقارير الاتجاهات، مقاييس مساحة العمل
خطافات الويب والأحداث (Webhooks & Events)
الاشتراك، الاختبار، الإدارة، اشتراكات الوظائف، إرسال الأحداث
Notes, Tags & Comments
الملاحظات، الوسوم، التعليقات — إنشاء، تحرير، حل، حذف
الإصدارات والتدقيق
تسجيل الخروج/الدخول، سجل الإصدارات، المراجعات، مسار تدقيق كامل
Copy the URL for your AI client
Client shortcuts map to curated profiles. Module paths are available for explicit Document AI / Workflow AI scopes.
/dms
Full headless DMS — CRUD, capture, workflow, signatures, schema. Canonical URL.
https://mcp.paperoffice.ai/dms /claude
Alias of /dms — same 133 tools. Recommended for Claude Desktop.
https://mcp.paperoffice.ai/claude /cursor
Read-safe while coding — search, get, upload. No accidental deletes.
https://mcp.paperoffice.ai/cursor /openai
Document AI + Workflow AI — tasks, HITL, templates.
https://mcp.paperoffice.ai/openai /mcp-fast
25 essential tools for strict tool budgets.
https://mcp.paperoffice.ai/mcp-fast /mcp
37 core read tools — same scope as /cursor.
https://mcp.paperoffice.ai/mcp /mcp-full
All MCP-enabled tools (~288) for power workflows.
https://mcp.paperoffice.ai/mcp-full Document AI
Lighter module — /mcp-document-ai (~92 tools); full DMS: /dms
document-ai Workflow AI
Tasks, HITL, templates — /mcp-workflow-ai
workflow-ai Relations AI
CRM, partners, leads, helpdesk
relations-ai Analytics AI
Analytics, BI, Knowledge Graph, RAG
analytics-ai Media AI
Image Studio, TTS, STT, translation
media-ai Data AI
Validation, VAT, currency, geodata, security lookups
data-ai Which URL should I use?
Start with the client shortcut. Use module paths or /mcp-full only when you need a different scope.
/dms/dms/claude/cursor/openai/cursor or /mcp/mcp-document-ai/mcp-workflow-ai or /openaipo_agents_ask in /mcp or /claude/mcp-fullMigrating older MCP setups
Legacy /mcp-headless still works — it is an alias of /mcp-document-ai. Use /dms for the full surface.
لماذا يعتبر MCP مغيرًا لقواعد اللعبة
const response = await fetch(
'https://api.paperoffice.ai/v1/ocr',
{
method: 'POST',
headers: {
'Authorization': 'Bearer pk_...',
'Content-Type': 'application/json'
},
body: JSON.stringify({
file_url: 'https://...',
type: 'invoice',
output: 'json'
})
}
);
const data = await response.json();
if (!response.ok) throw new Error(data.error);
console.log(data.result); "استخرج جميع بيانات الفواتير من ملف PDF المرفق وأظهر لي المورد والمبلغ وتاريخ الاستحقاق."
Connect in 10 seconds
Remote MCP server — no install. Paste the URL, add your Bearer token or use OAuth.
Generate Bearer token
PaperOffice App → Settings → API → Generate token
Paste URL in MCP settings
Choose the URL for your AI client (see tabs below)
Done — start asking
/dms exposes 133 headless DMS tools; Cursor gets 37 read-safe tools.
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/dms",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/cursor",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/openai",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"mcpServers": {
"paperoffice-document-ai": {
"url": "https://mcp.paperoffice.ai/mcp-document-ai"
},
"paperoffice-workflow-ai": {
"url": "https://mcp.paperoffice.ai/mcp-workflow-ai"
},
"paperoffice-full": {
"url": "https://mcp.paperoffice.ai/mcp-full"
}
}
} ما الذي يجعل خادم PaperOffice MCP مميزًا
ميزات بمستوى Enterprise للمطورين والفرق.
OAuth 2.1 + رمز حامل
مصادقة مزدوجة: تدفق OAuth تلقائي لـ Claude Desktop، ورموز حامل مباشرة لـ Cursor و Windsurf.
بحث هجين مع التضمينات (Embeddings)
تضمينات Qwen3 8B (بأبعاد 4096) + بحث بالنص الكامل. يعثر على الأداة المناسبة في أقل من 50 مللي ثانية.
تجهيز ورفع الملفات
رفع الملفات بدون Base64: روابط رفع موقعة مسبقاً، واجهة متصفح احتياطية، وتنزيل آمن.
Knowledge Graph
حالات Business، عرض الكون، الجداول الزمنية وعلاقات المستندات — كل ذلك عبر اللغة الطبيعية.
التحليلات وذكاء الأعمال (BI)
18 أداة تحليلية + 5 أدوات ذكاء أعمال: الاتجاهات، البيانات المالية، الخرائط الحرارية، ومقاييس مساحة العمل عند الطلب.
الائتمان العام لحماية البيانات (GDPR) والاستضافة في الاتحاد الأوروبي
مركز بيانات في الاتحاد الأوروبي بنسبة 100%، ISO 27001، SOC 2، وجاهز لـ HIPAA. لا تخرج أي بيانات من الاتحاد الأوروبي.
133 tools via /dms — or ~288 through /mcp-full for the complete MCP surface.
Ready to connect your AI client?
DMS → /dms · Claude → /claude · Cursor → /cursor · ChatGPT → /openai. Same Bearer token as the REST API.