Skip to main content
Glama

Tiptap Collaboration MCP Server

by trainual

Tiptap Collaboration MCP Server

A Model Context Protocol (MCP) server that provides tools for interacting with Tiptap Collaboration services.

Tools Available

Health & Statistics

get-collaboration-health

Check the health status of the Tiptap collaboration service.

  • Parameters: None
  • Returns: Health status information (DB, Redis, License status)
get-server-statistics

Get server-wide usage statistics.

  • Parameters: None
  • Returns: Total documents, connections, concurrent users, version info
get-document-statistics

Get real-time statistics for a specific document.

  • Parameters:
    • id (string): Document ID
  • Returns: Current connections, connected IPs, document activity

Document Management

create-document

Create a new collaborative document.

  • Parameters:
    • name (string): Name of the document
    • content (object, optional): Initial content for the document in Tiptap JSON format
  • Returns: Created document information
get-document

Retrieve information about a specific collaborative document.

  • Parameters:
    • id (string): ID of the document to retrieve
  • Returns: Document information and content
list-documents

List all available collaborative documents.

  • Parameters: None
  • Returns: Array of all documents in the system
update-document

Update a collaborative document with new content.

  • Parameters:
    • id (string): Document ID
    • content (object): Document content in Tiptap JSON format
    • mode (string, optional): Update mode - "replace" or "append" (default: "replace")
  • Returns: Updated document information
delete-document

Delete a collaborative document.

  • Parameters:
    • id (string): ID of the document to delete
  • Returns: Deletion confirmation

Advanced Document Operations

duplicate-document

Duplicate an existing collaborative document.

  • Parameters:
    • sourceId (string): ID of the source document to duplicate
    • targetId (string): ID for the new duplicated document
  • Returns: Duplicated document information
encrypt-document

Encrypt a collaborative document using Base64 encryption.

  • Parameters:
    • id (string): Document ID
    • content (object): Document content in Tiptap JSON format to encrypt
  • Returns: Encryption confirmation
search-documents

Search documents using semantic search (requires Tiptap Semantic Search).

  • Parameters:
    • query (string): Search query
    • limit (number, optional): Maximum results to return (default: 10)
  • Returns: Array of matching documents with relevance scores

Markdown Conversion

import-markdown

Convert Markdown content to Tiptap JSON format.

  • Parameters:
    • appId (string): Your Tiptap App ID for the conversion service
    • content (string): Markdown content to convert
    • format (string, optional): "md" or "gfm" (GitHub Flavored Markdown, default: "md")
  • Returns: Converted Tiptap JSON content
export-markdown

Convert Tiptap JSON content to Markdown format.

  • Parameters:
    • appId (string): Your Tiptap App ID for the conversion service
    • content (object): Tiptap JSON content to convert
    • format (string, optional): "md" or "gfm" (GitHub Flavored Markdown, default: "md")
  • Returns: Converted Markdown content

Batch Operations

batch-import-documents

Import multiple documents in bulk using a predefined JSON structure.

  • Parameters:
    • documents (array): Array of document arrays, where each inner array represents versions of a single document
  • Returns: Import results for all documents

Installation

git clone <repository-url> cd tiptap-collaboration-mcp npm install npm run build

Configuration

The server requires both a BASE_URL and API_TOKEN to connect to your Tiptap collaboration service.

Required Parameters

BASE_URL (Required)

The base URL of your Tiptap collaboration service. This parameter is required and the server will exit if not provided.

API token for authentication with the Tiptap collaboration service. While not strictly required, most operations will fail without proper authentication.

Command Line Usage

node /path/to/build/index.js BASE_URL <url> API_TOKEN <token>

Host Usage

Add this server to your Claude, Windsurf, or any other host with the relevant syntax. An example:

"tiptap-collaboration": { "command": "node", "args": [ "/path/to/tiptap-collaboration-mcp/build/index.js", "BASE_URL", "http://localhost:8080", "API_TOKEN", "your-actual-api-token" ] }

Resources

License

This project is licensed under the MIT License - see the LICENSE file for details.

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with Tiptap collaborative document services through comprehensive document management, real-time statistics, markdown conversion, and batch operations. Supports creating, updating, searching, and managing collaborative documents with health monitoring and semantic search capabilities.

  1. Tools Available
    1. Health & Statistics
    2. Document Management
    3. Advanced Document Operations
    4. Markdown Conversion
    5. Batch Operations
  2. Installation
    1. Configuration
      1. Required Parameters
      2. Command Line Usage
    2. Host Usage
      1. Resources
        1. License

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            Provides API tools to interact with Yonote documents and collections, serving as an alternative to Notion with capabilities to list documents/collections and retrieve detailed document information.
            Last updated -
            2
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            Enables interaction with BookStack knowledge management systems through the BookStack API. Supports searching, reading, creating, and updating documentation content with secure authentication and dual transport modes for flexible deployment.
            Last updated -
            MIT License
          • -
            security
            A
            license
            -
            quality
            Enables AI-powered querying and management of documentation through markdown file serving, keyword search, and OpenAI-based Q\&A capabilities. Supports document indexing, analysis, and agent handoffs with rate limiting protection.
            Last updated -
            5
            MIT License
          • -
            security
            A
            license
            -
            quality
            Transforms any website's documentation into an MCP-compatible interactive knowledge base with universal scraping, advanced search, and AI-powered tools. Supports GitBook, Notion, Confluence, and custom documentation platforms with real-time synchronization.
            Last updated -
            2
            MIT License

          View all related MCP servers

          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