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].

People who work with docspace and onlyoffice and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-27 · ★ 30 · #104 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Docspace

before you install - you'll need

Set DOCSPACE_BASE_URL, DOCSPACE_API_KEY before connecting.

Claude Code

claude mcp add onlyoffice-docspace-mcp --transport sse https://mcp.onlyoffice.com/sse

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "onlyoffice-docspace-mcp": {
      "url": "https://mcp.onlyoffice.com/sse"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.onlyoffice.com/sse

transport: sse

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem · Claude Desktop extension (.mcpb bundle) · remote - your agent's requests go to mcp.onlyoffice.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @onlyoffice/docspace-mcp - published under the repo owner's npm scope (@onlyoffice)

registry namespace io.github.ONLYOFFICE is GitHub-verified and matches the repo owner

03 · What Docspace can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.2.0 · 2026-03-18

See

v3.1.0 · 2025-11-28

See

v3.0.1 · 2025-10-28

See

04 · Who maintains Docspace

docspace is maintained by onlyoffice. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
other - ranked #104 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.ONLYOFFICE/docspace (active, first published 2025-10-28 · 3 versions)
packages
mcpb:https://github.com/ONLYOFFICE/docspace-mcp/releases/download/v3.2.0/onlyoffice-docspace-mcp-3.2.0.mcpb · npm:@onlyoffice/docspace-mcp · npm:@onlyoffice/docspace-mcp · npm:@onlyoffice/docspace-mcp · oci:docker.io/onlyoffice/docspace-mcp:3.2.0 · oci:docker.io/onlyoffice/docspace-mcp:3.2.0 · oci:docker.io/onlyoffice/docspace-mcp:3.2.0

06 · Docspace FAQ

What is Docspace?

[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].

Is Docspace still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-27. We re-verify nightly.

How do I install Docspace?

Run `npx -y @onlyoffice/docspace-mcp`. The README documents 2 environment variables (DOCSPACE_BASE_URL, DOCSPACE_API_KEY) to set first. Set DOCSPACE_BASE_URL, DOCSPACE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Docspace require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Docspace

More MCP servers to compare · You Spot · Compras Gov Br · Alembica MCP · prismAId MCP · Open Agenda

More TypeScript MCP servers · Onplana · SAP MCP Server · Enquire MCP · Console Automation · Mcacp · see all