ONLYOFFICE DocSpace is a room-based collaborative platform which allows organizing a clear file structure depending on users' needs or project goals.
1.4K
23 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
onlyoffice-docspace to the mcpServers section:{
"mcpServers": {
"onlyoffice-docspace": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DOCSPACE_BASE_URL",
"-e",
"DOCSPACE_ORIGIN",
"-e",
"DOCSPACE_USER_AGENT",
"-e",
"DOCSPACE_DYNAMIC",
"-e",
"DOCSPACE_TOOLSETS",
"-e",
"DOCSPACE_API_KEY",
"-e",
"DOCSPACE_AUTH_TOKEN",
"-e",
"DOCSPACE_USERNAME",
"-e",
"DOCSPACE_PASSWORD",
- mcp/onlyoffice-docspace@sha256:330e6afa2d58499c94de5bb960a57d871707b1d7313379ea61eccd53d3d40a50
],
"env": {
"DOCSPACE_BASE_URL": "{{onlyoffice-docspace.base_url}}",
"DOCSPACE_ORIGIN": "{{onlyoffice-docspace.origin}}",
"DOCSPACE_USER_AGENT": "{{onlyoffice-docspace.user_agent}}",
"DOCSPACE_DYNAMIC": "{{onlyoffice-docspace.dynamic}}",
"DOCSPACE_TOOLSETS": "{{onlyoffice-docspace.toolsets}}",
"DOCSPACE_API_KEY": "sk-a499e...",
"DOCSPACE_AUTH_TOKEN": "Fe4Hrgl6...",
"DOCSPACE_USERNAME": "henry.milton@onlyoffice.com",
"DOCSPACE_PASSWORD": "ditgor-p..."
}
}
}
}Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP ONLYOFFICE DocSpace
version: 1.0.1
schema: v1
mcpServers:
- name: ONLYOFFICE DocSpace
command: docker
args:
- run
- --rm
- -i
- -e
- DOCSPACE_BASE_URL
- -e
- DOCSPACE_ORIGIN
- -e
- DOCSPACE_USER_AGENT
- -e
- DOCSPACE_DYNAMIC
- -e
- DOCSPACE_TOOLSETS
- -e
- DOCSPACE_API_KEY
- -e
- DOCSPACE_AUTH_TOKEN
- -e
- DOCSPACE_USERNAME
- -e
- DOCSPACE_PASSWORD
- mcp/onlyoffice-docspace@sha256:330e6afa2d58499c94de5bb960a57d871707b1d7313379ea61eccd53d3d40a50
env:
DOCSPACE_BASE_URL: "{{onlyoffice-docspace.base_url}}"
DOCSPACE_ORIGIN: "{{onlyoffice-docspace.origin}}"
DOCSPACE_USER_AGENT: "{{onlyoffice-docspace.user_agent}}"
DOCSPACE_DYNAMIC: "{{onlyoffice-docspace.dynamic}}"
DOCSPACE_TOOLSETS: "{{onlyoffice-docspace.toolsets}}"
DOCSPACE_API_KEY: "sk-a499e..."
DOCSPACE_AUTH_TOKEN: "Fe4Hrgl6..."
DOCSPACE_USERNAME: "henry.milton@onlyoffice.com"
DOCSPACE_PASSWORD: "ditgor-p..."Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
onlyoffice-docspace to the mcpServers section:{
"mcpServers": {
"onlyoffice-docspace": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DOCSPACE_BASE_URL",
"-e",
"DOCSPACE_ORIGIN",
"-e",
"DOCSPACE_USER_AGENT",
"-e",
"DOCSPACE_DYNAMIC",
"-e",
"DOCSPACE_TOOLSETS",
"-e",
"DOCSPACE_API_KEY",
"-e",
"DOCSPACE_AUTH_TOKEN",
"-e",
"DOCSPACE_USERNAME",
"-e",
"DOCSPACE_PASSWORD",
- mcp/onlyoffice-docspace@sha256:330e6afa2d58499c94de5bb960a57d871707b1d7313379ea61eccd53d3d40a50
],
"env": {
"DOCSPACE_BASE_URL": "{{onlyoffice-docspace.base_url}}",
"DOCSPACE_ORIGIN": "{{onlyoffice-docspace.origin}}",
"DOCSPACE_USER_AGENT": "{{onlyoffice-docspace.user_agent}}",
"DOCSPACE_DYNAMIC": "{{onlyoffice-docspace.dynamic}}",
"DOCSPACE_TOOLSETS": "{{onlyoffice-docspace.toolsets}}",
"DOCSPACE_API_KEY": "sk-a499e...",
"DOCSPACE_AUTH_TOKEN": "Fe4Hrgl6...",
"DOCSPACE_USERNAME": "henry.milton@onlyoffice.com",
"DOCSPACE_PASSWORD": "ditgor-p..."
}
}
}
}Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for