
Office-Word MCP Server
The Office-Word MCP Server bridges AI assistants and Microsoft Word documents, enabling automated document creation, editing, formatting, and content extraction...
Connect AI agents to ONLYOFFICE DocSpace for seamless, automated, and secure management of documents, spaces, users, and permissions.
The ONLYOFFICE DocSpace MCP Server acts as a bridge connecting AI assistants and tools to ONLYOFFICE DocSpace, a collaborative document management platform. By exposing DocSpace’s data and operations through the Model Context Protocol (MCP), this server enables AI-powered workflows and automations that can interact with documents, spaces, users, and permissions. Developers can use this server to build assistants capable of querying workspace data, managing files, orchestrating collaborative tasks, and integrating with external APIs or services. This enhances development workflows by allowing seamless automation of document-related operations, secure file access, and advanced document management scenarios—all through a standardized protocol interface.
No prompt templates are mentioned in the available repository files.
No explicit MCP resources are described in the available repository files.
No explicit tool definitions are found in the available repository files. The server likely exposes DocSpace API functionality, but no MCP tool names or details are present.
mcpServers
object using the following JSON:{
"onlyoffice-docspace": {
"command": "npx",
"args": ["--yes", "@onlyoffice/docspace-mcp@latest"]
}
}
Securing API Keys:
Add environment variables for sensitive keys in your configuration:
{
"env": {
"DOCSPACE_BASE_URL": "${input:docspace_base_url}",
"DOCSPACE_API_KEY": "${input:docspace_api_key}"
},
"inputs": [
{"type": "promptString", "id": "docspace_base_url", "description": "The base URL of the DocSpace instance."},
{"type": "promptString", "id": "docspace_api_key", "description": "The API key for accessing DocSpace.", "password": true}
]
}
{
"onlyoffice-docspace": {
"command": "npx",
"args": ["--yes", "@onlyoffice/docspace-mcp@latest"]
}
}
{
"onlyoffice-docspace": {
"command": "npx",
"args": ["--yes", "@onlyoffice/docspace-mcp@latest"]
}
}
{
"onlyoffice-docspace": {
"command": "npx",
"args": ["--yes", "@onlyoffice/docspace-mcp@latest"]
}
}
Securing API Keys:
Use environment variables in the configuration as shown above for Windsurf.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"onlyoffice-docspace": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “onlyoffice-docspace” to the actual name of your MCP server and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources described |
List of Tools | ⛔ | No explicit tools listed |
Securing API Keys | ✅ | Shown in VS Code badge/config |
Sampling Support (less important in evaluation) | ⛔ | No mention found |
Based on the information available, the ONLYOFFICE DocSpace MCP Server repository provides basic setup guidance and license info, but lacks detailed documentation about prompts, resources, and tools. It is functional as an MCP server for DocSpace, but more documentation would be beneficial for developer onboarding. I would rate this MCP a 3/10 for immediate utility and transparency.
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 0 |
Number of Stars | 1 |
It connects AI assistants and automation tools to ONLYOFFICE DocSpace, allowing them to manage documents, spaces, users, and permissions through a standardized protocol for enhanced workflow automation and secure file operations.
No explicit prompt templates or MCP tools are provided in the current repository. The server exposes DocSpace’s core API functionality for document and workspace automation.
Store sensitive information such as your DocSpace API key and base URL in environment variables, as shown in the configuration examples for each client. This helps protect your credentials.
Typical use cases include collaborative document management, secure file sharing, workspace orchestration, AI-augmented search, and automated workflow integration with external APIs directly from DocSpace.
Add the MCP component in your FlowHunt workflow, configure it with your ONLYOFFICE DocSpace MCP server details, and connect it to your AI agent for automated document operations.
Empower your AI assistants to automate document collaboration, management, and secure file access directly within ONLYOFFICE DocSpace using FlowHunt’s robust MCP integration.
The Office-Word MCP Server bridges AI assistants and Microsoft Word documents, enabling automated document creation, editing, formatting, and content extraction...
The Microsoft Docs MCP Server provides real-time, authoritative access to Microsoft documentation for AI assistants, IDEs, and development tools. Enhance workfl...
The Google Workspace MCP Server connects AI agents and large language models to Google Workspace services, enabling seamless programmatic automation and workflo...