mcpbeat Sign in

Docspace MCP Server

by onlyoffice Your server? Claim it
answering

Docspace is answering right now. Last checked 10 min ago. 121 installs a week from npm. Last commit 16 Jul 2026.

A room-based collaborative platform

Installs per day peak 137 · avg 44 · -61% w/w
a month agotoday
Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
182 of 182 checks
Tools
hidden behind auth
394 ms
Response time
average over 24h
121
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Docspace every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add docspace --transport http https://mcp.onlyoffice.com/sse
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docspace": {
      "url": "https://mcp.onlyoffice.com/sse"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docspace]
url = "https://mcp.onlyoffice.com/sse"
.cursor/mcp.json
{
  "mcpServers": {
    "docspace": {
      "url": "https://mcp.onlyoffice.com/sse"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docspace": {
      "url": "https://mcp.onlyoffice.com/sse"
    }
  }
}

This one needs environment variables set before it will start: DOCSPACE_TRANSPORT (The transport protocol to use for communication with the MCP server.), DOCSPACE_DYNAMIC (The flag that indicates whether the MCP server should use meta tools.), DOCSPACE_TOOLSETS (The list of toolsets to enable for the MCP server.), DOCSPACE_ENABLED_TOOLS (The list of tools to enable for the MCP server.), DOCSPACE_DISABLED_TOOLS (The list of tools to disable for the MCP server.), DOCSPACE_SESSION_TTL (The time-to-live (TTL) for HTTP sessions in milliseconds.), DOCSPACE_SESSION_INTERVAL (The interval for checking HTTP sessions for expiration in milliseconds.), DOCSPACE_USER_AGENT (The user agent to include in the User-Agent header for API requests.), DOCSPACE_BASE_URL (The base URL of the DocSpace instance for API requests.), DOCSPACE_AUTHORIZATION (The raw value to include in the Authorization header for API requests.), DOCSPACE_API_KEY (The API key for accessing the API.), DOCSPACE_AUTH_TOKEN (The Personal Access Token (PAT) for accessing the API.), DOCSPACE_USERNAME (The username for accessing the API using basic authentication.), DOCSPACE_PASSWORD (The password for accessing the API using basic authentication.), DOCSPACE_OAUTH_BASE_URL (The base URL of the DocSpace OAuth service for OAuth requests.), DOCSPACE_OAUTH_CLIENT_ID (The client ID of the OAuth application.), DOCSPACE_OAUTH_CLIENT_SECRET (The client secret of the OAuth application.), DOCSPACE_OAUTH_AUTH_TOKEN_ALGORITHM (The algorithm to use for signing OAuth access tokens.), DOCSPACE_OAUTH_AUTH_TOKEN_TTL (The time-to-live (TTL) for OAuth access tokens in milliseconds.), DOCSPACE_OAUTH_AUTH_TOKEN_SECRET_KEY (The secret key to use for signing OAuth access tokens.), DOCSPACE_OAUTH_STATE_TOKEN_ALGORITHM (The algorithm to use for signing OAuth state tokens.), DOCSPACE_OAUTH_STATE_TOKEN_TTL (The time-to-live (TTL) for OAuth state tokens in milliseconds.), DOCSPACE_OAUTH_STATE_TOKEN_SECRET_KEY (The secret key to use for signing OAuth state tokens.), DOCSPACE_SERVER_BASE_URL (The base URL of the server.), DOCSPACE_HOST (The host to bind the server to.), DOCSPACE_PORT (The port to bind the server to.), DOCSPACE_SERVER_PROXY_HOPS (The number of proxy servers between the server and the client.), DOCSPACE_SERVER_CORS_MCP_ORIGIN (The list of allowed origins to include in the Access-Control-Allow-Origin header for CORS requests to MCP endpoints.), DOCSPACE_SERVER_CORS_MCP_MAX_AGE (The maximum age in milliseconds to include in the Access-Control-Max-Age header for CORS requests to MCP endpoints.), DOCSPACE_SERVER_CORS_OAUTH_ORIGIN (The list of allowed origins to include in the Access-Control-Allow-Origin header for CORS requests to OAuth endpoints.), DOCSPACE_SERVER_CORS_OAUTH_MAX_AGE (The maximum age in milliseconds to include in the Access-Control-Max-Age header for CORS requests to OAuth endpoints.), DOCSPACE_SERVER_RATE_LIMITS_MCP_CAPACITY (The maximum number of requests allowed per window for the MCP endpoints.), DOCSPACE_SERVER_RATE_LIMITS_MCP_WINDOW (The time window in milliseconds for the rate limit for the MCP endpoints.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_SERVER_METADATA_CAPACITY (The maximum number of requests allowed per window for the OAuth server metadata endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_SERVER_METADATA_WINDOW (The time window in milliseconds for the rate limit for the OAuth server metadata endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_RESOURCE_METADATA_CAPACITY (The maximum number of requests allowed per window for the OAuth resource metadata endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_RESOURCE_METADATA_WINDOW (The time window in milliseconds for the rate limit for the OAuth resource metadata endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_AUTHORIZE_CAPACITY (The maximum number of requests allowed per window for the OAuth authorization endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_AUTHORIZE_WINDOW (The time window in milliseconds for the rate limit for the OAuth authorization endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_CALLBACK_CAPACITY (The maximum number of requests allowed per window for the OAuth callback endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_CALLBACK_WINDOW (The time window in milliseconds for the rate limit for the OAuth callback endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_INTROSPECT_CAPACITY (The maximum number of requests allowed per window for the OAuth introspection endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_INTROSPECT_WINDOW (The time window in milliseconds for the rate limit for the OAuth introspection endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REGISTER_CAPACITY (The maximum number of requests allowed per window for the OAuth client registration endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REGISTER_WINDOW (The time window in milliseconds for the rate limit for the OAuth client registration endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REVOKE_CAPACITY (The maximum number of requests allowed per window for the OAuth token revocation endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REVOKE_WINDOW (The time window in milliseconds for the rate limit for the OAuth token revocation endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_TOKEN_CAPACITY (The maximum number of requests allowed per window for the OAuth token endpoint.), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_TOKEN_WINDOW (The time window in milliseconds for the rate limit for the OAuth token endpoint.), DOCSPACE_REQUEST_QUERY (The flag that indicates whether the server should accept configuration via query parameters in incoming requests.), DOCSPACE_REQUEST_AUTHORIZATION_HEADER (The flag that indicates whether the server should check for the Authorization header in incoming requests.), DOCSPACE_REQUEST_HEADER_PREFIX (The prefix to use with custom configuration headers.). The author declared them in the registry entry; get the values from the project itself.

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Endpoints

URLTransportStateLatencyChecked
https://mcp.onlyoffice.com/sse sse sign-in 428 ms 10 min ago
https://mcp.onlyoffice.com/mcp streamable-http sign-in 461 ms 10 min ago

Alternatives to Docspace

same job, measured the same way
Openfoodfacts
by pipeworx-io

Open Food Facts — collaborative food product database

41 tools answering
Concord MCP
by zkwasm

Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives.

55 installs/wk local only
Revise
by revise

Collaborative word processor you can use with your agent.

18 tools answering
Nolt
by nolt

A collaborative place for user requests: collect feedback, plan work, keep users in the loop.

answering
Letswork
by saicharanrajoju

Real-time collaborative coding via MCP — two developers, one codebase

128 installs/wk local only
Rustpad MCP Server
by ni-c

MCP server for Rustpad, the self-hosted collaborative text editor

65 installs/wk local only
Inkbloc
by epsteinj

Collaborative document workspace with interactive AI blocks

33 installs/wk local only
Join Cloud
by kushneryk

Collaboration rooms for AI agents. Real-time messaging + standard git.

32 installs/wk local only

Docspace — questions

Answers built from our own checks of this server.

Why is there no tool list for Docspace?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Docspace working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 182 of 182 checks got a reply (100.0%), average response time 394 ms. The bar chart above shows every period we have measured.
How do I connect Docspace?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Docspace?
No API key is involved. Docspace answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Docspace?
It answers our handshake in 394 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Docspace?
The npm package @onlyoffice/docspace-mcp was installed 121 times in the last week. Week over week that is -61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Docspace open source?
Yes — it is published under the MIT licence, written in TypeScript, 30 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.