MCP connect URLs

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

RoleHost
Productionhttps://mcp.paperoffice.ai
Developmenthttps://mcp-dev.paperoffice.ai

The same eight paths apply on both hosts.

Connect URLs

URLProfileFor
https://mcp.paperoffice.ai/dmsmcp-dmsCanonical Documents Operations URL. Copy-paste for DMS work.
https://mcp.paperoffice.ai/claudemcp-claude-directoryClaude Directory. Documents Operations without TTS.
https://mcp.paperoffice.ai/chatgptmcp-openaiChatGPT Apps. Directory without TTS, OTP and Unlock. Business documents only.
https://mcp.paperoffice.ai/openaimcp-openaiAlias of /chatgpt.
https://mcp.paperoffice.ai/grokmcp-dmsGrok custom connector. Same catalogue as /dms.
https://mcp.paperoffice.ai/cursormcp-dmsCursor. Same Documents Operations catalogue as /dms, including TTS.
https://mcp.paperoffice.ai/mcpmcpDefault read-safe on /mcp. Optional X-MCP-Toolsets / ?toolsets=.
https://mcp.paperoffice.ai/mcp-fullmcp-fullEscape 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: