Was MCP ist
MCP verbindet AI-Clients direkt mit PaperOffice. Authentifizierung über OAuth 2.1 oder Benutzer-/Gruppen-Token (po_ut_ / po_gt_). System- und Publishable-Keys (po_sk_ / po_pk_) sind für MCP gesperrt.
Setup, Rechte, Sicherheit und Fehlerbehebung: AI Connectors.
Hosts
| Rolle | Host |
|---|---|
| Produktion | https://mcp.paperoffice.ai |
| Entwicklung | https://mcp-dev.paperoffice.ai |
Dieselben acht Pfade gelten auf beiden Hosts.
Connect-URLs
| URL | Profil | Wofür |
|---|---|---|
https://mcp.paperoffice.ai/dms | mcp-dms | Kanonische Documents-Operations-URL. Copy-Paste für DMS-Arbeit. |
https://mcp.paperoffice.ai/claude | mcp-claude-directory | Claude Directory. Documents Operations ohne TTS. |
https://mcp.paperoffice.ai/chatgpt | mcp-openai | ChatGPT Apps. Directory ohne TTS, OTP und Unlock. Nur Geschäftsdokumente. |
https://mcp.paperoffice.ai/openai | mcp-openai | Alias von /chatgpt. |
https://mcp.paperoffice.ai/grok | mcp-dms | Grok-Custom-Connector. Gleicher Katalog wie /dms. |
https://mcp.paperoffice.ai/cursor | mcp-dms | Cursor. Gleicher Documents-Operations-Katalog wie /dms, inklusive TTS. |
https://mcp.paperoffice.ai/mcp | mcp | Default read-safe auf /mcp. Optional X-MCP-Toolsets / ?toolsets=. |
https://mcp.paperoffice.ai/mcp-full | mcp-full | Escape Hatch: komplette MCP-Fläche inkl. Media / CRM / Telefonie. |
Cursor-Konfiguration
{
"mcpServers": {
"paperoffice": {
"url": "https://mcp.paperoffice.ai/cursor",
"headers": {
"Authorization": "Bearer po_ut_..."
}
}
}
}
Anleitungen: