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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
TDQS
Scored across 14 tools
Each tool has a clearly distinct purpose targeting specific document operations, health/statistics monitoring, or format conversion. There is no overlap between tools like create_document, duplicate_document, encrypt_document, and export_markdown, making misselection unlikely.
All tools follow a consistent verb_noun naming pattern (e.g., create_document, get_document_statistics, import_markdown). The naming is uniform throughout with no deviations in style or convention.
With 14 tools, the server provides comprehensive coverage for document collaboration, including CRUD operations, bulk actions, health checks, statistics, and format conversions. Each tool serves a clear purpose without bloat.
The tool set offers complete lifecycle coverage for collaborative documents, including creation, retrieval, updating, duplication, encryption, deletion, listing, searching, and bulk import. It also includes health monitoring, statistics, and format conversion utilities, leaving no obvious gaps.