网站地图 动态
中文
CNY ¥
全新
Claude & ChatGPT — Supercharged.
所有文档 · 95+ AI工具 · 30秒设置
Claude· ChatGPT· Cursor· Gemini· +50
立即连接
平台
50+ AI模块和工具
解决方案
行业、流程、风险
开发者
API、SDK、文档
资源
教程、博客、支持
公司
团队、合作伙伴、职业
定价
Model Context Protocol v3.5

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).

0DMS tools
0Cursor tools
0ChatGPT tools
0Full MCP tools
0ms Latency
Claude Desktop
|
po_aiocr_analyze

Learn more

全球领先企业的信赖之选

独家 DMS 合作伙伴

唯一官方 DMS

How MCP works

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.

Result

Structured data back in your AI client — ready to use.

<50ms Latency End-to-end encrypted EU Datacenter ISO 27001
Tool Universe

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 检测、自动匿名化

文档智能

Internal server error

分析

趋势、财务、热力图、用户活动、到期日期、审计中心

Knowledge Graph

Business 案例、全局视图、时间线、引用、关系

CRM 智能

客户洞察、风险预警、商机、情感分析

Business 智能

仪表板、字段分析、趋势报告、工作区指标

Webhook 与事件

订阅、测试、管理、作业订阅、事件分发

Notes, Tags & Comments

笔记、标签、评论——创建、编辑、解决、删除

版本管理与审计

签出/签入、版本历史、修订、完整审计追踪

Endpoints

Copy the URL for your AI client

Client shortcuts map to curated profiles. Module paths are available for explicit Document AI / Workflow AI scopes.

Fast
25

/mcp-fast

25 essential tools for strict tool budgets.

https://mcp.paperoffice.ai/mcp-fast
Read-only
37

/mcp

37 core read tools — same scope as /cursor.

https://mcp.paperoffice.ai/mcp
Full
288

/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
Capability Matrix

Which URL should I use?

Start with the client shortcut. Use module paths or /mcp-full only when you need a different scope.

Task Recommended URL Why
Full headless DMS (canonical)
/dms
135 tools — CRUD, capture, workflow, signatures, schema and admin ops.
Full headless DMS (canonical)
/dms
133 tools — CRUD, capture, workflow, signatures, schema and admin ops.
Claude Desktop / Claude Code (DMS agent)
/claude
Alias of /dms — same 133 tools for Claude clients.
Cursor IDE while coding
/cursor
37 read-safe tools — no accidental document deletes.
ChatGPT / OpenAI MCP
/openai
Document AI + Workflow AI combined (~112 tools).
Search and read only
/cursor or /mcp
Balanced read profile — upload and intelligence included.
Lighter Document AI (no signatures/admin)
/mcp-document-ai
~95 tools — CRUD and capture without full DMS surface.
Workflow tasks, HITL, approvals
/mcp-workflow-ai or /openai
Workflow module or combined OpenAI profile.
Complex multi-step tasks
po_agents_ask in /mcp or /claude
Delegate to backend agent instead of dozens of micro-tools.
Migration / all MCP tools
/mcp-full
Complete MCP surface (~288 tools) for debugging and legacy agents.

Migrating older MCP setups

Legacy /mcp-headless still works — it is an alias of /mcp-document-ai. Use /dms for the full surface.

Use /dms as the canonical headless DMS URL (/claude is an alias) Replace /mcp-headless with /dms or /mcp-document-ai (lighter) Use /cursor instead of /mcp if you only need read-safe IDE access Use /openai when workflow tools are required alongside DMS Keep /mcp-full only for power users and legacy tool names
前后对比

为什么 MCP 是颠覆性技术

传统 API约 50 行代码
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);
VS
使用 PaperOffice MCP1 句话

"Die angehängte PDF-Datei wurde nicht gefunden. Bitte laden Sie die Datei hoch, damit ich die Rechnungsdaten extrahieren kann."

无需样板代码 无需错误处理 无需 SDK 立即上手
Quick Start

Connect in 10 seconds

Remote MCP server — no install. Paste the URL, add your Bearer token or use OAuth.

1

Generate Bearer token

PaperOffice App → Settings → API → Generate token

2

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.

Claude Desktop / Claude Code
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/dms",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Recommended for DMS — OAuth 2.1 or Bearer token. /claude is an alias of /dms.
Generate token
133 tools ready
Cursor IDE
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/cursor",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Read-safe default for IDE — Bearer token required.
Generate token
37 tools ready
ChatGPT / OpenAI MCP
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/openai",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Document AI + Workflow AI — Bearer token or OAuth.
Generate token
112 tools ready
Additional profiles
{
  "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"
    }
  }
}
Explicit module paths: /dms (133), /mcp-document-ai (95), /mcp-workflow-ai (~56), /mcp-fast (25), /mcp-full (~288).
Generate token
modules + full
亮点

是什么让 PaperOffice MCP Server 如此特别

为开发者和团队提供的 Enterprise 级功能。

OAuth 2.1 + Bearer 令牌

双重认证:Claude Desktop 使用自动 OAuth 流程,Cursor 和 Windsurf 使用直接 Bearer Token。

带嵌入的混合搜索

Qwen3 8B 嵌入 (4096维) + 全文搜索。在 50 毫秒内找到合适的工具。

文件暂存与上传

无需 Base64 上传文件:预签名上传 URL、浏览器 UI 回退、安全下载。

Knowledge Graph

Business 案例、宇宙视图、时间线和文档关系 — 全部通过自然语言实现。

分析与商业智能 (BI)

18 个分析工具 + 5 个 BI 工具:按需提供趋势、财务、热图、工作区指标。

GDPR 与欧盟托管

100% 欧盟数据中心,符合 ISO 27001、SOC 2、HIPAA 标准。数据不离开欧盟。

133
Headless DMS tools

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.

Supported clients: Claude Cursor ChatGPT Windsurf