SZ84.NET
Back to List
OfficialProductivityOffice

ONLYOFFICE MCP

The official ONLYOFFICE MCP server enables AI models to interact with ONLYOFFICE document editing and collaboration tools. It allows models to create, read, and modify documents, spreadsheets, and presentations directly within the ONLYOFFICE environment. This tool is perfect for automating document workflows and enhancing collaborative editing with AI-driven content generation and analysis.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "onlyoffice": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyoffice/mcp-server"
      ],
      "env": {
        "ONLYOFFICE_URL": "https://your-onlyoffice-instance.com",
        "ONLYOFFICE_JWT_SECRET": "your-jwt-secret"
      }
    }
  }
}

Key Features

Full CRUD operations for DOCX, XLSX, and PPTX files

Real-time collaborative editing and commenting via AI

Document format conversion and exporting

Integration with ONLYOFFICE Workspace and Groups

Server Details

The official ONLYOFFICE MCP server enables AI models to interact with ONLYOFFICE document editing and collaboration tools. It allows models to create, read, and modify documents, spreadsheets, and presentations directly within the ONLYOFFICE environment. This tool is perfect for automating document workflows and enhancing collaborative editing with AI-driven content generation and analysis.

Pricing

free

Tags

OfficialProductivityOffice

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository