Skip to main content
Glama

Tiptap Collaboration MCP Server

by trainual

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BASE_URLYesThe base URL of your Tiptap collaboration service. This parameter is required and the server will exit if not provided.
API_TOKENNoAPI token for authentication with the Tiptap collaboration service. While not strictly required, most operations will fail without proper authentication.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
batch_import_documents

Import multiple documents in bulk using a predefined JSON structure

create_document

Create a new collaborative document

delete_document

Delete a collaborative document

duplicate_document

Duplicate a collaborative document

encrypt_document

Encrypt a collaborative document using Base64 encryption

export_markdown

Convert Tiptap JSON content to Markdown format using the Tiptap Conversion API

get_collaboration_health

Get the health status of the Tiptap collaboration service

get_document

Get information about a collaborative document

get_document_statistics

Get real-time statistics for a specific document including current connections and connected IPs

get_server_statistics

Get server-wide statistics including total documents, connections, and usage metrics

import_markdown

Convert Markdown content to Tiptap JSON format using the Tiptap Conversion API

list_documents

List all collaboratiion documents

search_documents

Search documents using semantic search (requires Tiptap Semantic Search to be enabled)

update_document

Update a collaborative document with new content

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