What MCP is
MCP connects AI clients directly to PaperOffice. Authentication is OAuth 2.1 or a user/group token (po_ut_ / po_gt_). System and publishable keys (po_sk_ / po_pk_) are blocked for MCP.
Setup, permissions, security and troubleshooting: AI Connectors.
Hosts
| Role | Host |
|---|---|
| Production | https://mcp.paperoffice.ai |
| Development | https://mcp-dev.paperoffice.ai |
The same eight paths apply on both hosts.
Connect URLs
| URL | Profile | For |
|---|---|---|
https://mcp.paperoffice.ai/dms | mcp-dms | Canonical Documents Operations URL. Copy-paste for DMS work. |
https://mcp.paperoffice.ai/claude | mcp-claude-directory | Claude Directory. Documents Operations without TTS. |
https://mcp.paperoffice.ai/chatgpt | mcp-openai | ChatGPT Apps. Directory without TTS, OTP and Unlock. Business documents only. |
https://mcp.paperoffice.ai/openai | mcp-openai | Alias of /chatgpt. |
https://mcp.paperoffice.ai/grok | mcp-dms | Grok custom connector. Same catalogue as /dms. |
https://mcp.paperoffice.ai/cursor | mcp-dms | Cursor. Same Documents Operations catalogue as /dms, including TTS. |
https://mcp.paperoffice.ai/mcp | mcp | Default read-safe on /mcp. Optional X-MCP-Toolsets / ?toolsets=. |
https://mcp.paperoffice.ai/mcp-full | mcp-full | Escape hatch: complete MCP surface including media / CRM / telephony. |
Cursor configuration
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/cursor",
"headers": {
"Authorization": "Bearer po_ut_..."
}
}
}
}
How-tos: