ONLYOFFICE 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.
[!WARNING]
This DocSpace MCP server is currently in preview state. While functional, it may undergo breaking changes, have incomplete features, or contain bugs. Use with caution in production environments and expect potential updates that could affect compatibility.
{
"mcpServers": {
"onlyoffice-docspace": {
"command": "docker",
"args": ["run", "onlyoffice/docspace-mcp", "--interactive", "--rm", "--env", "DOCSPACE_BASE_URL", "--env", "DOCSPACE_API_KEY"],
"env": {
"DOCSPACE_BASE_URL": "https://your-instance.onlyoffice.com",
"DOCSPACE_API_KEY": "your-api-key"
}
}
}
}
Features
- Tools with granular control - Access to tools organized into logical toolsets with fine-grained enable/disable capabilities and meta tools.
- Multiple transport protocols - Support for stdio, SSE, and Streamable HTTP transports.
- Different authentication methods - Supports OAuth, API keys, Personal Access Tokens, and Basic authentication.
- Request-level configuration - Configure authentication and tool selection during session initialization using custom HTTP headers.
- Various distribution formats - Available as Docker image, Docker MCP Server, MCP bundle, and Node.js application.
Documentation
The documentation is available in the docs directory.
License
The DocSpace MCP server is distributed under the Apache-2.0 license found in the LICENSE file.
Recommend MCP Servers 💡
agentql-mcp
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
stephanj/GitHubMCP
A Model Context Protocol (MCP) server enabling LLM agents to interact with GitHub resources via its API.
@noditlabs/nodit-mcp-server
An MCP server enabling AI agents to interact with multi-chain blockchain data via Nodit's Web3 Data and Node APIs, providing structured context for LLMs.
mcp-video-extraction
An MCP server that extracts text from videos and audio files using OpenAI's Whisper model, supporting various platforms like YouTube, Bilibili, TikTok, and Instagram.
@imprvhub/mcp-rss-aggregator
Model Context Protocol Server for aggregating RSS feeds in Claude Desktop
azure-wiki-search-server
An MCP server that enables AI agents to search and retrieve content from Azure Wiki.