A room-based collaborative platform
Remote endpoints: sse: https://mcp.onlyoffice.com/sse streamable-http: https://mcp.onlyoffice.com/mcp
Valid MCP server (2 strong, 1 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.
7 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Set these up before or after installing:
Environment variable: DOCSPACE_BASE_URL
Environment variable: DOCSPACE_API_KEY
Environment variable: DOCSPACE_TRANSPORT
Environment variable: DOCSPACE_DYNAMIC
Environment variable: DOCSPACE_TOOLSETS
Environment variable: DOCSPACE_ENABLED_TOOLS
Environment variable: DOCSPACE_DISABLED_TOOLS
Environment variable: DOCSPACE_USER_AGENT
Environment variable: DOCSPACE_AUTHORIZATION
Environment variable: DOCSPACE_AUTH_TOKEN
Environment variable: DOCSPACE_USERNAME
Environment variable: DOCSPACE_PASSWORD
Environment variable: DOCSPACE_SESSION_TTL
Environment variable: DOCSPACE_SESSION_INTERVAL
Environment variable: DOCSPACE_OAUTH_BASE_URL
Environment variable: DOCSPACE_OAUTH_CLIENT_ID
Environment variable: DOCSPACE_OAUTH_CLIENT_SECRET
Environment variable: DOCSPACE_OAUTH_AUTH_TOKEN_ALGORITHM
Environment variable: DOCSPACE_OAUTH_AUTH_TOKEN_TTL
Environment variable: DOCSPACE_OAUTH_AUTH_TOKEN_SECRET_KEY
Environment variable: DOCSPACE_OAUTH_STATE_TOKEN_ALGORITHM
Environment variable: DOCSPACE_OAUTH_STATE_TOKEN_TTL
Environment variable: DOCSPACE_OAUTH_STATE_TOKEN_SECRET_KEY
Environment variable: DOCSPACE_SERVER_BASE_URL
Environment variable: DOCSPACE_HOST
Environment variable: DOCSPACE_PORT
Environment variable: DOCSPACE_SERVER_PROXY_HOPS
Environment variable: DOCSPACE_SERVER_CORS_MCP_ORIGIN
Environment variable: DOCSPACE_SERVER_CORS_MCP_MAX_AGE
Environment variable: DOCSPACE_SERVER_CORS_OAUTH_ORIGIN
Environment variable: DOCSPACE_SERVER_CORS_OAUTH_MAX_AGE
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_MCP_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_MCP_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_SERVER_METADATA_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_SERVER_METADATA_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_RESOURCE_METADATA_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_RESOURCE_METADATA_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_AUTHORIZE_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_AUTHORIZE_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_CALLBACK_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_CALLBACK_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_INTROSPECT_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_INTROSPECT_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REGISTER_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REGISTER_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REVOKE_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REVOKE_WINDOW
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_TOKEN_CAPACITY
Environment variable: DOCSPACE_SERVER_RATE_LIMITS_OAUTH_TOKEN_WINDOW
Environment variable: DOCSPACE_REQUEST_QUERY
Environment variable: DOCSPACE_REQUEST_AUTHORIZATION_HEADER
Environment variable: DOCSPACE_REQUEST_HEADER_PREFIX
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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.
You can connect to the DocSpace MCP server using any MCP clients. We have covered some popular clients, such as Claude Desktop, Cursor, Windsurf, etc., and here you can read about it.
The remote DocSpace MCP Server is hosted by ONLYOFFICE and provides the fastest way to start using DocSpace tools inside your AI agent. You can connect to it instantly without deploying or configuring anything on your machine.
The public instance is available at https://mcp.onlyoffice.com/mcp for clients that support modern Streamable HTTP transport and at https://mcp.onlyoffice.com/sse for clients that support only the legacy SSE transport. It is preferable to use the Streamable HTTP transport whenever possible.
See all options for connecting clients to the Remote DocSpace MCP Server here.
If your MCP host does not support remote MCP servers, you can run the local version of the DocSpace MCP Server instead.
Most clients that implement the MCP protocol have a common configuration file in the JSON format, inside which you can add the ONLYOFFICE DocSpace MCP Local Server.
Note: The common example below is applicable for Docker image, so Docker must be installed on your system.
Find your client .json configuration file.
Insert the following block into the mcpServers section of your .json configuration file:
{
"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"
}
}
}
}
DOCSPACE_BASE_URL - the URL of your DocSpace instance (e.g. https://portal.onlyoffice.com).DOCSPACE_API_KEY - your personal API key generated in DocSpace settings -> Developer Tools -> API keys.All available parameters are listed here.
Close and reopen your client. In most cases, the DocSpace MCP Server will start automatically, and you'll be able to issue natural language commands like:
The DocSpace MCP server implements the Tools concept described in the MCP specification.
All DocSpace MCP server tools are described here.
The documentation is available in the docs directory.
The following examples show how to use ONLYOFFICE DocSpace MCP server.
The policies are available at Legal Terms and Privacy Policy.
The DocSpace MCP server is distributed under the MIT license found in the LICENSE file.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.