Github ONLYOFFICE Docspace
A room-based collaborative platform
About This MCP Server
[Model Context Protocol] (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems. This repository provides an MCP server for [ONLYOFFICE DocSpace].
The DocSpace MCP Server connects AI tools directly to ONLYOFFICE DocSpace. This gives AI agents, assistants, and chatbots the ability to manage rooms, collaborate on files, handle permissions, and automate document workflows - all through natural language interactions.
Tools & Endpoints2
What Problems It Solves
- Room Management: Create, update, and archive rooms. Configure room types, manage membership, and control access levels.
- Folder & File Operations: Create folders, upload documents, copy or move items in batches, rename or delete content, and check file or folder details.
- Collaboration & Permissions: Invite or remove users, adjust security settings, and review current access rights for rooms and shared spaces.
- Content Access: Retrieve "My documents" or "Rooms" folders, get folder contents, download files as text, and monitor ongoing file operations.
- People Directory: List all people in the portal to streamline invitations and access management.
Why Use Github ONLYOFFICE Docspace?
- Tools with granular control - Access to tools organized into logical
- Multiple transport protocols - Support for stdio, SSE, and Streamable HTTP
- Different authentication methods - Supports API keys, Personal Access
- Request-level configuration - Configure authentication and tool selection
- Various distribution formats - Available as Docker image, [Docker MCP
Specifications
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Configure
{
"mcpServers": {
"onlyoffice-docspace": {
"command": "docker",
"args": ["run", "--interactive", "--rm", "--env", "DOCSPACE_BASE_URL", "--env", "DOCSPACE_API_KEY", "onlyoffice/docspace-mcp"],
"env": {
"DOCSPACE_BASE_URL": "https://your-instance.onlyoffice.com",
"DOCSPACE_API_KEY": "your-api-key"
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github ONLYOFFICE Docspace
- Function
- A room-based collaborative platform
- Available Tools
- The DocSpace MCP server implements the Tools concept described in the [MCP specification]., All DocSpace MCP server tools are described here.
- Transport
- Package
- Language
- mcpb, JavaScript/TypeScript, oci
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.