$ timeahead.in
mcp/iogithubonlyofficedocspace/install

install io.github.ONLYOFFICE/docspace

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/ONLYOFFICE/docspace-mcp
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "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"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/iogithubonlyofficedocspace/install/claude-desktop
← back to io.github.ONLYOFFICE/docspace