trainual/tiptap-collaboration-mcp
If you are the rightful owner of tiptap-collaboration-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Tiptap Collaboration MCP Server is a Model Context Protocol server designed to facilitate interaction with Tiptap Collaboration services.
Tools
Functions exposed to the LLM to take actions
get_collaboration_health
Check the health status of the Tiptap collaboration service.
get_server_statistics
Get server-wide usage statistics.
get_document_statistics
Get real-time statistics for a specific document.
create_document
Create a new collaborative document.
get_document
Retrieve information about a specific collaborative document.
list_documents
List all available collaborative documents.
update_document
Update a collaborative document with new content.
delete_document
Delete a collaborative document.
duplicate_document
Duplicate an existing collaborative document.
encrypt_document
Encrypt a collaborative document using Base64 encryption.
search_documents
Search documents using semantic search.
import_markdown
Convert Markdown content to Tiptap JSON format.
export_markdown
Convert Tiptap JSON content to Markdown format.
batch_import_documents
Import multiple documents in bulk using a predefined JSON structure.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client