The ONLYOFFICE DocSpace MCP Server is an implementation of the Model Context Protocol (MCP) that connects AI tools to ONLYOFFICE DocSpace, enabling management of rooms, collaboration on files, and automation of document workflows through natural language interactions.
From the registry: A room-based collaborative platform
Please install the `docspace` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Docker** — Docker is required for the canonical install method (Docker image).
- **Generate API key** — Generate a personal API key in DocSpace Settings > Developer Tools > API keys.
Canonical MCP server config (stdio transport):
- command: `docker`
- args: ["run","--interactive","--rm","--env","DOCSPACE_BASE_URL","--env","DOCSPACE_API_KEY","onlyoffice/docspace-mcp"]
- required environment variables:
- `DOCSPACE_BASE_URL`: URL of your ONLYOFFICE DocSpace instance. (example: `https://your-instance.onlyoffice.com`)
- `DOCSPACE_API_KEY`: Personal API key generated in DocSpace. (example: `<your-docspace-api-key>`)
Note: Also hosted remotely at https://mcp.onlyoffice.com/mcp (Streamable HTTP) and https://mcp.onlyoffice.com/sse (legacy SSE). Available as Docker image, Docker MCP Server, MCP bundle, and Node.js app.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DOCSPACE_BASE_URLrequiredthe URL of your DocSpace instance (e.g. https://portal.onlyoffice.com)DOCSPACE_API_KEYrequiredyour personal API key generated in DocSpace settings -> Developer Tools -> API keysControl Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…