ONLYOFFICE DocSpace MCP Server
@ONLYOFFICE
About ONLYOFFICE DocSpace MCP Server
DocSpace MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ONLYOFFICE DocSpace MCP Server?
It connects AI assistants and chatbots to ONLYOFFICE DocSpace, enabling natural‑language management of rooms, files, permissions, and document workflows through the Model Context Protocol (MCP).
How to use ONLYOFFICE DocSpace MCP Server?
Use the public remote instance at https://mcp.onlyoffice.com/mcp or https://mcp.onlyoffice.com/sse. For local deployment, add a Docker configuration to your MCP client’s .json file with DOCSPACE_BASE_URL and DOCSPACE_API_KEY environment variables. Restart the client to issue commands like “Create a new project room and invite Anna with editor rights.”
Key features of ONLYOFFICE DocSpace MCP Server
- Tools with granular enable/disable and meta tools
- Supports stdio, SSE, and Streamable HTTP transports
- Authentication via API keys, PAT, Basic, or OAuth 2.0
- Request‑level authentication and tool selection via custom HTTP headers
- Distributed as Docker image, Docker MCP Server, MCP bundle, or Node.js application
Use cases of ONLYOFFICE DocSpace MCP Server
- Create, update, and archive rooms with membership and access control
- Upload, copy, move, rename, and delete files and folders
- Invite or remove users and adjust security settings
- Retrieve folder contents and download files as text
- List all portal people to streamline invitations and access management
FAQ from ONLYOFFICE DocSpace MCP Server
How do I connect to the remote DocSpace MCP Server?
The remote server is hosted by ONLYOFFICE at https://mcp.onlyoffice.com/mcp (Streamable HTTP) or https://mcp.onlyoffice.com/sse (legacy SSE). Connect any MCP client without local installation.
What authentication methods are available?
The server supports API keys, Personal Access Tokens, Basic authentication, and OAuth 2.0 with dynamic client registration.
Can I run the server locally?
Yes. You can use the Docker image, Docker MCP Server, MCP bundle, or Node.js application. Set the DOCSPACE_BASE_URL and DOCSPACE_API_KEY environment variables in your client’s MCP configuration.
Which MCP transports does the server support?
It supports stdio, SSE, and Streamable HTTP transports.
Is there a license or privacy policy?
The server is distributed under the MIT license. Privacy policies are available at ONLYOFFICE’s Legal Terms and Privacy Policy pages.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments