PaperOffice MCP Server Claude Desktop |
Start with 25 tools via /mcp-fast, use the 37-tool default, expand to 128 tools with targeted toolsets, or use 514 tools through the full MCP profile.
자연어에서 AI 행동으로
질문하기
원하는 내용을 평범한 언어로 입력하세요.
"청구서를 추출해"AI가 이해함
Claude/Cursor가 의도를 감지하고 적절한 도구를 선택합니다.
MCP Server
mcp.paperoffice.ai가 작업을 실행합니다 — 안전하고 GDPR을 준수하며 EU 내에서 처리됩니다.
mcp.paperoffice.ai/mcp결과
AI 클라이언트로 다시 전달된 구조화된 데이터 — 즉시 사용 가능합니다.
Fast, Default, Toolsets and Full Access.
Use /mcp-fast for the smallest tool surface, /mcp for the focused default, add product toolsets only when needed, or use /mcp-full for the complete tool surface.
문서 관리
검색, 읽기, 업로드, 편집, 이동, 복사, 삭제
스마트 검색
전체 텍스트, 의미론적 유사성, 고급 검색, 통계
전자 서명
서명 요청, 템플릿, 확인, 모바일 링크, 알림
AI 처리
AI-OCR, 문서 분할, PII 감지, 자동 익명화
문서 인텔리전스
엔티티, 관계, 요약, 메타 필드, 발행자, 임베딩
분석
트렌드, 재무, 히트맵, 사용자 활동, 마감일, 감사 센터
Knowledge Graph
Business 케이스, 유니버스 뷰, 타임라인, 참조, 관계
CRM 인텔리전스
계정 인사이트, 위험 감지, 기회, 감정 분석
Business 인텔리전스
대시보드, 필드 분석, 트렌드 보고서, 워크스페이스 지표
웹훅 및 이벤트
구독, 테스트, 관리, 작업 구독, 이벤트 발송
Notes, Tags & Comments
노트, 태그, 댓글 — 생성, 편집, 해결, 삭제
버전 관리 및 감사
체크아웃/인, 버전 기록, 수정 사항, 전체 감사 추적
Choose exactly the scope your AI client needs
One MCP server with a fast profile, optimized default, optional product toolsets and explicit full access.
/mcp-fast
25 essential tools for very fast sessions and clients with strict tool budgets.
https://mcp.paperoffice.ai/mcp-fast /mcp
37 core tools for documents, search, workspaces, intelligence and safe helper functions.
https://mcp.paperoffice.ai/mcp X-MCP-Toolsets
Add product areas such as Document AI, Workflow AI or Relations AI. /mcp remains capped at 128 tools.
X-MCP-Toolsets: document-ai,workflow-ai /mcp-full
Explicit full access to 514 tools for debugging, power workflows and clients without strict tool limits.
https://mcp.paperoffice.ai/mcp-full Document AI
Documents, OCR, IDP, search, PDF operations, signatures and AI-DMS.
document-ai Workflow AI
Workflows, jobs, tasks, HITL, approvals and process automation.
workflow-ai Relations AI
CRM, partners, leads, helpdesk, appointments and business relationships.
relations-ai Analytics AI
Analytics, BI, Knowledge Graph, entities, embeddings, topics and RAG.
analytics-ai Media AI
Image Studio, TTS, STT, translation and media processing.
media-ai Data AI
Validation, VAT, currency, weather, geodata, IP, fingerprint and security lookups.
data-ai Which MCP scope should I use?
Use /mcp-fast for the smallest surface, /mcp for the default, matching toolsets for product areas or /mcp-full for complete compatibility.
/mcp-fast/mcp/mcpX-MCP-Toolsets: document-aidocument-ai or /mcp-fullX-MCP-Toolsets: relations-ai/mcp or analytics-aipo_agents_ask in /mcp/mcp-fullMigrating older MCP agents
If an existing agent expects old individual tool names, migrate through the matching expanded scope instead of inflating the default profile.
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 에서 모든 송장 데이터를 추출하여 공급자, 금액 및 지급 기일을 보여주세요."
60초 만에 준비 완료
Remote MCP Server — 설치 없이, npm 없이, Docker 없이. URL 에만 접속하면 바로 시작됩니다.
전달자 토큰 생성
PaperOffice 앱: 설정 → API → 토큰 생성
설정 입력
AI 클라이언트에서 URL 및 토큰 구성
완료 — 시작하세요!
Use the fast profile, the default profile, targeted toolsets or full access deliberately.
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp"
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp-fast",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"X-MCP-Toolsets": "document-ai,workflow-ai"
}
}
}
} {
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/mcp-full",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} PaperOffice MCP Server을 특별하게 만드는 것은 무엇인가요
개발자와 팀을 위한 Enterprise급 기능.
OAuth 2.1 + Bearer 토큰
이중 인증: Claude Desktop용 자동 OAuth 흐름, Cursor 및 Windsurf용 직접 Bearer 토큰.
임베딩을 활용한 하이브리드 검색
Qwen3 8B 임베딩(4096차원) + 전체 텍스트 검색. 50ms 이내에 적합한 도구를 찾습니다.
파일 스테이징 및 업로드
Base64 없이 파일 업로드: 사전 서명된 업로드 URL, 브라우저 UI 대체, 안전한 다운로드.
Knowledge Graph
자연어로 Business 사례, 우주 보기, 타임라인 및 문서 관계를 모두 확인할 수 있습니다.
분석 및 BI
18개의 분석 도구 + 5개의 BI 도구: 필요할 때마다 추세, 재무, 히트맵, 작업 공간 지표를 제공합니다.
GDPR 및 EU 호스팅
EU 데이터센터 100%, ISO 27001, SOC 2, HIPAA 대응. 데이터가 EU를 벗어나지 않습니다.
문서, 서명, 분석, Knowledge Graph, CRM, 웹훅 — 모두 mcp.paperoffice.ai를 통해 제공