Docspace MCP
D

Docspace MCP

This is an MCP server designed for ONLYOFFICE DocSpace, which allows AI tools to directly manage rooms, files, permissions, and collaboration workflows in DocSpace through natural language interaction.
2.5 points
7.3K

What is the ONLYOFFICE DocSpace MCP Server?

This is an intelligent connector based on the Model Context Protocol (MCP) standard, specifically designed for the ONLYOFFICE DocSpace document collaboration platform. It allows AI assistants (such as Claude, Cursor, etc.) to directly interact with your DocSpace instance and complete tasks such as document management, collaboration, and permission control through natural language commands.

How to use the DocSpace MCP Server?

You can choose two ways to use it: 1) Connect to the remote server provided by ONLYOFFICE (no installation or configuration required), or 2) Deploy your own server locally. After configuration, you can directly issue natural language instructions to the AI assistant, such as 'Create a project room and invite team members' and 'Upload a file to My Documents'.

Use cases

Suitable for teams that need to automate document workflows, individual users who want to simplify document management through AI assistants, developers of AI applications that need to integrate document collaboration functions, and organizations that want to improve team collaboration efficiency.

Main features

Fine-grained tool control
Provides a set of tools grouped logically, allowing you to precisely enable or disable specific functions and includes meta-tools for advanced management.
Multi-protocol transmission support
Supports three transmission protocols: stdio, SSE, and Streamable HTTP, and is compatible with various MCP clients.
Multiple authentication methods
Supports API keys, personal access tokens, basic authentication, and OAuth 2.0 (including dynamic client registration) to meet different security requirements.
Request-level configuration
Supports customizing authentication and tool selection through HTTP headers during session initialization to achieve flexible permission management.
Multi-format distribution
Provides four deployment methods: Docker image, Docker MCP Server, MCP bundle, and Node.js application to adapt to different environments.
Advantages
Manage the document collaboration platform through natural language without programming
Supports both remote and local deployment methods, offering high flexibility
Seamlessly integrates with mainstream AI assistants (Claude, Cursor, Windsurf, etc.)
Provides complete document management, permission control, and collaboration functions
Open source and based on standard protocols, with good community support
Limitations
Requires basic knowledge of DocSpace instance configuration
Local deployment requires a certain technical background
Functions are limited by the capabilities of the DocSpace API
Certain advanced functions may require specific permission settings

How to use

Choose the connection method
Decide whether to use the remote server (for a quick start) or the local server (for full control). Remote server address: https://mcp.onlyoffice.com/mcp
Configure the client
Add the MCP server settings to the configuration file of your AI client (such as Claude Desktop).
Set environment variables
Configure the necessary environment variables: DOCSPACE_BASE_URL (the address of your DocSpace instance) and DOCSPACE_API_KEY (the API key).
Restart and start using
Restart the AI client, and the server will start automatically. Now you can manage DocSpace through natural language commands.

Usage examples

Project management collaboration
Quickly create a collaboration space for a new project, invite team members, and set corresponding document permissions.
Batch document management
Automatically process the organization and classification of a large number of documents.
Permission audit
Quickly check and manage document access permissions.

Frequently Asked Questions

Do I need a technical background to use this MCP server?
Which AI clients does this server support?
How can I obtain the DocSpace API key?
What is the difference between the remote server and the local server?
Is this server secure?

Related resources

Official documentation
Complete installation, configuration, and usage guide
Model Context Protocol specification
Official technical specification of the MCP protocol
ONLYOFFICE DocSpace
Official website of the document collaboration platform
GitHub repository
Source code and issue tracking
Client connection guide
Detailed configuration instructions for various AI clients

Installation

Copy the following command to your Client for configuration
{
	"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"
			}
		}
	}
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

H
Haiku.rag
Haiku RAG is an intelligent retrieval - augmented generation system built on LanceDB, Pydantic AI, and Docling. It supports hybrid search, re - ranking, Q&A agents, multi - agent research processes, and provides local - first document processing and MCP server integration.
Python
3.9K
5 points
C
Cipher
Cipher is an open-source memory layer framework designed for programming AI agents. It integrates with various IDEs and AI coding assistants through the MCP protocol, providing core functions such as automatic memory generation, team memory sharing, and dual-system memory management.
TypeScript
0
5 points
A
Apple Notes MCP
A server that provides local Apple Notes database access for the Claude desktop client, supporting reading and searching of note content.
Python
13.4K
4.3 points
M
MCP Server Weread
The WeRead MCP Server is a lightweight service that bridges WeRead data and AI clients, enabling in - depth interaction between reading notes and AI.
TypeScript
13.5K
4 points
M
MCP Obsidian
This project is an MCP server used to interact with the Obsidian note application through the Local REST API plugin of Obsidian. It provides various tools to operate and manage files in Obsidian, including listing files, retrieving file content, searching, modifying content, and deleting files.
Python
15.9K
5 points
M
MCP Atlassian
MCP Atlassian is a Model Context Protocol server designed for Atlassian products (Confluence and Jira), supporting both cloud and on-premises deployments and providing AI assistant integration functions.
Python
14.7K
5 points
M
MCP Logseq Server
An MCP server for interacting with the LogSeq note-taking app, providing various API tools to operate on note content.
Python
16.4K
4.1 points
S
Solana Docs MCP Server
A TypeScript-based MCP server that implements a simple note system and supports note creation and summarization functions
TypeScript
13.2K
4.2 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.6K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
57.9K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
29.7K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
19.2K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
25.0K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
54.7K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.5K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
39.5K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase