This document describes how to install and run the DocSpace MCP server using the Docker image from Docker Hub.
Using the Docker image requires Docker to be installed on your system.
- Pull the latest DocSpace MCP server image from Docker Hub:
docker pull onlyoffice/docspace-mcpTo pull a specific version:
docker pull onlyoffice/docspace-mcp:<version>- Run the Docker container:
docker run --interactive --rm onlyoffice/docspace-mcp