Tiptap Collaboration MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | Yes | The base URL of your Tiptap collaboration service. This parameter is required and the server will exit if not provided. | |
| API_TOKEN | No | API token for authentication with the Tiptap collaboration service. While not strictly required, most operations will fail without proper authentication. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| batch_import_documentsC | Import multiple documents in bulk using a predefined JSON structure |
| create_documentC | Create a new collaborative document |
| delete_documentC | Delete a collaborative document |
| duplicate_documentC | Duplicate a collaborative document |
| encrypt_documentC | Encrypt a collaborative document using Base64 encryption |
| export_markdownB | Convert Tiptap JSON content to Markdown format using the Tiptap Conversion API |
| get_collaboration_healthB | Get the health status of the Tiptap collaboration service |
| get_documentC | Get information about a collaborative document |
| get_document_statisticsC | Get real-time statistics for a specific document including current connections and connected IPs |
| get_server_statisticsB | Get server-wide statistics including total documents, connections, and usage metrics |
| import_markdownB | Convert Markdown content to Tiptap JSON format using the Tiptap Conversion API |
| list_documentsC | List all collaboratiion documents |
| search_documentsA | Search documents using semantic search (requires Tiptap Semantic Search to be enabled) |
| update_documentC | Update a collaborative document with new content |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trainual/tiptap-collaboration-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server