Repository avatar
Other Tools
v3.1.0
active

docspace

io.github.ONLYOFFICE/docspace

A room-based collaborative platform

Documentation

ONLYOFFICE DocSpace MCP Server

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.

[!WARNING]

This DocSpace MCP server is currently in preview state. While functional, it may undergo breaking changes, have incomplete features, or contain bugs. Use with caution in production environments and expect potential updates that could affect compatibility.

{
	"mcpServers": {
		"onlyoffice-docspace": {
			"command": "docker",
			"args": ["run", "onlyoffice/docspace-mcp", "--interactive", "--rm", "--env", "DOCSPACE_BASE_URL", "--env", "DOCSPACE_API_KEY"],
			"env": {
				"DOCSPACE_BASE_URL": "https://your-instance.onlyoffice.com",
				"DOCSPACE_API_KEY": "your-api-key"
			}
		}
	}
}

Features

  • Tools with granular control - Access to tools organized into logical toolsets with fine-grained enable/disable capabilities and meta tools.
  • Multiple transport protocols - Support for stdio, SSE, and Streamable HTTP transports.
  • Different authentication methods - Supports OAuth, API keys, Personal Access Tokens, and Basic authentication.
  • Request-level configuration - Configure authentication and tool selection during session initialization using custom HTTP headers.
  • Various distribution formats - Available as Docker image, Docker MCP Server, MCP bundle, and Node.js application.

Documentation

The documentation is available in the docs directory.

License

The DocSpace MCP server is distributed under the Apache-2.0 license found in the LICENSE file.

MCPB
https://github.com/ONLYOFFICE/docspace-mcp/releases/download/v3.1.0/onlyoffice-docspace-mcp-3.1.0.mcpb
Install Command
# mcpb: https://github.com/ONLYOFFICE/docspace-mcp/releases/download/v3.1.0/onlyoffice-docspace-mcp-3.1.0.mcpb
NPM
@onlyoffice/docspace-mcp
Install Command
npm install @onlyoffice/docspace-mcp
Runtime: npx
NPM
@onlyoffice/docspace-mcp
Install Command
npm install @onlyoffice/docspace-mcp
Runtime: npx
NPM
@onlyoffice/docspace-mcp
Install Command
npm install @onlyoffice/docspace-mcp
Runtime: npx
OCI
docker.io/onlyoffice/docspace-mcp:3.1.0
Install Command
docker pull docker.io/onlyoffice/docspace-mcp:3.1.0:undefined
Runtime: docker
OCI
docker.io/onlyoffice/docspace-mcp:3.1.0
Install Command
docker pull docker.io/onlyoffice/docspace-mcp:3.1.0:undefined
Runtime: docker
OCI
docker.io/onlyoffice/docspace-mcp:3.1.0
Install Command
docker pull docker.io/onlyoffice/docspace-mcp:3.1.0:undefined
Runtime: docker