Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.ONLYOFFICE/docspace

NPM · @ONLYOFFICE/DOCSPACE-MCP · 5 COMPONENTS · SCANNED SEP 20

A room-based collaborative platform

0 this week 91 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to ONLYOFFICE/docspace-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 185 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability59
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1277 tokens (~55/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (61% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.ONLYOFFICE/docspace MCP server?

io.github.ONLYOFFICE/docspace runs locally as an npm package, launched with npx -y @onlyoffice/docspace-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @onlyoffice/docspace-mcp

# add to Claude Code
claude mcp add onlyoffice-docspace -- npx -y @onlyoffice/docspace-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "onlyoffice-docspace": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyoffice/docspace-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "onlyoffice-docspace": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyoffice/docspace-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add onlyoffice-docspace -- npx -y @onlyoffice/docspace-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "onlyoffice-docspace": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@onlyoffice/docspace-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add onlyoffice-docspace --command npx --arg -y --arg @onlyoffice/docspace-mcp
# ~/.hermes/config.yaml
mcp_servers:
  onlyoffice-docspace:
    command: "npx"
    args: ["-y", "@onlyoffice/docspace-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "onlyoffice-docspace": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@onlyoffice/docspace-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add onlyoffice-docspace -t stdio -c npx -a -y @onlyoffice/docspace-mcp
// mcp.json
{
  "mcpServers": {
    "onlyoffice-docspace": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyoffice/docspace-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@onlyoffice/docspace-mcp@3.2.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo ONLYOFFICE/docspace-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/ONLYOFFICE/docspace-mcp/.github/workflows/release.yml@refs/tags/v3.2.0
Rekor log index 1122758292
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:3d189e3622b394ec6aa8f2e86476b8916453ed0226263d8d6d26eda8cd903ec00bc61a76d7b15cbc9059bd00c21049cfbba74c03e8f8071ec2879a1b7

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 23 exposed · ~1,277 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
archive_room ~27

Archive a room.

NameTypeReqDescription
roomIdnumberyesThe ID of the room to archive.

No output schema declared.

No examples provided.

copy_batch_items ~62

Copy to a folder.

NameTypeReqDescription
destFolderIdThe ID of the destination folder to copy the items to.
fileIdsarrayThe IDs of the files to copy.
folderIdsarrayThe IDs of the folders to copy.

No output schema declared.

No examples provided.

create_folder ~71

Create a folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the folder creation. Use them to reduce the size of the response.
parentIdnumberyesThe ID of the room or folder to create the folder in.
titlestringyesThe title of the folder to create.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe created folder information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

create_room ~188

Create a room.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room creation.
roomTypenumberyesThe type of the room to create. 1 - Form Filling Room. Upload PDF forms into the room. Invite members and guests to fill out a PDF form. Review completed forms and analyze data automatically collect…
titlestringyesThe title of the room to create.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the created room.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

delete_file ~27

Delete a file.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to delete.

No output schema declared.

No examples provided.

delete_folder ~27

Delete a folder.

NameTypeReqDescription
folderIdnumberyesThe ID of the folder to delete.

No output schema declared.

No examples provided.

download_file_as_text ~33

Download a file as text.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to download as text.

No output schema declared.

No examples provided.

get_all_people ~39

Get all people.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the list of people. Use them to reduce the size of the response.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responsearrayyes
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_file_info ~55

Get file information.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to get info for.
filtersobjectyesThe filters to apply to the file info. Use them to reduce the size of the response.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe file information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_folder_content ~57

Get content of a folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the contents of the folder. Use them to reduce the size of the response.
folderIdnumberyesThe ID of the folder to get.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the folder.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_folder_info ~55

Get folder information.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the folder info. Use them to reduce the size of the response.
folderIdnumberyesThe ID of the folder to get info for.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe folder information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_my_folder ~43

Get the 'My Documents' folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the My Documents folder. Use them to reduce the size of the response.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the My Documents folder.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_room_access_levels ~39

Get a list of available room invitation access levels.

NameTypeReqDescription
roomIdnumberyesThe ID of the room to get the invitation access for.

No output schema declared.

No examples provided.

get_room_info ~45

Get room information.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room info.
roomIdnumberyesThe ID of the room to get info for.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe room information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_room_security_info ~63

Get a list of users with their access levels to a room.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room security info.
roomIdnumberyesThe ID of the room to get a list of users with their access level for.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responsearrayyesThe room security information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_room_types ~17

Get a list of available room types.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rooms_folder ~31

Get the 'Rooms' folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the rooms folder.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the rooms folder.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

move_batch_items ~64

Move to a folder.

NameTypeReqDescription
destFolderIdThe ID of the destination folder to move the items to.
fileIdsarrayThe IDs of the files to move.
folderIdsarrayThe IDs of the folders to move items to.

No output schema declared.

No examples provided.

rename_folder ~68

Rename a folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the folder renaming. Use them to reduce the size of the response.
folderIdnumberyesThe ID of the folder to rename.
titlestringyesThe new title of the folder to set.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe renamed folder information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

set_room_security ~106

Invite or remove users from a room.

NameTypeReqDescription
culturestringThe languages to use for the invitation.
filtersobjectyesThe filters to apply to the room security info.
invitationsarrayyesThe invitations or removals to perform.
messagestringThe message to use for the invitation.
notifybooleanWhether to notify the user.
roomIdnumberyesThe ID of the room to invite or remove users from.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe room security information after the operation.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

update_file ~42

Update a file.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to update.
titlestringyesThe new title of the file to set.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe updated file information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

update_room ~57

Update a room.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room update.
roomIdnumberyesThe ID of the room to update.
titlestringThe new title of the room to set.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe updated room information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

upload_file ~61

Upload a file.

NameTypeReqDescription
contentstringyesThe content of the file to upload.
filenamestringyesThe file name with an extension to upload.
parentIdnumberyesThe ID of the room or folder to upload the file to.

No output schema declared.

No examples provided.

Common questions

What is the io.github.ONLYOFFICE/docspace MCP server?

io.github.ONLYOFFICE/docspace is an MCP server listed in the public MCP registry as io.github.ONLYOFFICE/docspace. A room-based collaborative platform. This page covers its npm package (@onlyoffice/docspace-mcp).

Is the io.github.ONLYOFFICE/docspace MCP server safe to use?

io.github.ONLYOFFICE/docspace scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ONLYOFFICE/docspace MCP server expose?

io.github.ONLYOFFICE/docspace exposes 23 tools: delete_file, get_file_info, update_file, copy_batch_items, move_batch_items, and 18 more. Their descriptions and schemas cost roughly 1,277 tokens of context every time the server is loaded.

Is the io.github.ONLYOFFICE/docspace MCP server still maintained?

io.github.ONLYOFFICE/docspace is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ONLYOFFICE/docspace MCP server under?

io.github.ONLYOFFICE/docspace declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.