MCP.so
Sign In

ONLYOFFICE DocSpace MCP Server

@ONLYOFFICE

About ONLYOFFICE DocSpace MCP Server

DocSpace MCP Server

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

ONLYOFFICE

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ONLYOFFICE DocSpace MCP Server?

It connects AI assistants and chatbots to ONLYOFFICE DocSpace, enabling natural‑language management of rooms, files, permissions, and document workflows through the Model Context Protocol (MCP).

How to use ONLYOFFICE DocSpace MCP Server?

Use the public remote instance at https://mcp.onlyoffice.com/mcp or https://mcp.onlyoffice.com/sse. For local deployment, add a Docker configuration to your MCP client’s .json file with DOCSPACE_BASE_URL and DOCSPACE_API_KEY environment variables. Restart the client to issue commands like “Create a new project room and invite Anna with editor rights.”

Key features of ONLYOFFICE DocSpace MCP Server

  • Tools with granular enable/disable and meta tools
  • Supports stdio, SSE, and Streamable HTTP transports
  • Authentication via API keys, PAT, Basic, or OAuth 2.0
  • Request‑level authentication and tool selection via custom HTTP headers
  • Distributed as Docker image, Docker MCP Server, MCP bundle, or Node.js application

Use cases of ONLYOFFICE DocSpace MCP Server

  • Create, update, and archive rooms with membership and access control
  • Upload, copy, move, rename, and delete files and folders
  • Invite or remove users and adjust security settings
  • Retrieve folder contents and download files as text
  • List all portal people to streamline invitations and access management

FAQ from ONLYOFFICE DocSpace MCP Server

How do I connect to the remote DocSpace MCP Server?

The remote server is hosted by ONLYOFFICE at https://mcp.onlyoffice.com/mcp (Streamable HTTP) or https://mcp.onlyoffice.com/sse (legacy SSE). Connect any MCP client without local installation.

What authentication methods are available?

The server supports API keys, Personal Access Tokens, Basic authentication, and OAuth 2.0 with dynamic client registration.

Can I run the server locally?

Yes. You can use the Docker image, Docker MCP Server, MCP bundle, or Node.js application. Set the DOCSPACE_BASE_URL and DOCSPACE_API_KEY environment variables in your client’s MCP configuration.

Which MCP transports does the server support?

It supports stdio, SSE, and Streamable HTTP transports.

Is there a license or privacy policy?

The server is distributed under the MIT license. Privacy policies are available at ONLYOFFICE’s Legal Terms and Privacy Policy pages.

Comments

More Other MCP servers