PaperOffice MCP Server Claude Desktop |
Paste one URL into Claude, Cursor or ChatGPT — same Bearer token as the REST API. DMS: /dms (151 tools). Claude: /claude (alias). Cursor: /cursor (37 tools, read-safe).
MCP 실전 가이드
PaperOffice MCP 의 실제 작동 방식을 비디오로 확인하세요.
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 처리
AI-OCR, 문서 분할, PII 감지, 자동 익명화
문서 인텔리전스
엔티티, 관계, 요약, 메타 필드, 발행자, 임베딩
분석
트렌드, 재무, 히트맵, 사용자 활동, 마감일, 감사 센터
Knowledge Graph
Business 케이스, 유니버스 뷰, 타임라인, 참조, 관계
CRM 인텔리전스
계정 인사이트, 위험 감지, 기회, 감정 분석
Business 인텔리전스
대시보드, 필드 분석, 트렌드 보고서, 워크스페이스 지표
웹훅 및 이벤트
구독, 테스트, 관리, 작업 구독, 이벤트 발송
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 151 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 (350+) 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 PaperOffice MCP 를 30 초 만에 확인하세요
Claude 의 네 가지 실제 워크플로우 — 각각 짧은 비디오 링크.
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 350+ MCP tools (151 in the DMS profile); 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 Server을 특별하게 만드는 것은 무엇인가요
개발자와 팀을 위한 Enterprise급 기능.
OAuth 2.1 + Bearer 토큰
이중 인증: Claude Desktop용 자동 OAuth 흐름, Cursor 및 Windsurf용 직접 Bearer 토큰.
임베딩을 활용한 하이브리드 검색
PaperOffice 임베딩 (4096 차원) + 전체 텍스트. 50ms 미만 도구 라우팅.
파일 스테이징 및 업로드
Base64 없이 파일 업로드: 사전 서명된 업로드 URL, 브라우저 UI 대체, 안전한 다운로드.
Knowledge Graph
자연어로 Business 사례, 우주 보기, 타임라인 및 문서 관계를 모두 확인할 수 있습니다.
분석 및 BI
18개의 분석 도구 + 5개의 BI 도구: 필요할 때마다 추세, 재무, 히트맵, 작업 공간 지표를 제공합니다.
GDPR 및 EU 호스팅
EU 데이터센터 100%, ISO 27001, SOC 2, HIPAA 대응. 데이터가 EU를 벗어나지 않습니다.
350+ MCP tools in total — DMS profile /dms with 151 tools; full surface via /mcp-full.
Ready to connect your AI client?
DMS → /dms · Claude → /claude · Cursor → /cursor · ChatGPT → /openai. Same Bearer token as the REST API.