
Microsoft Docs MCP Server
The Microsoft Docs MCP Server provides real-time, authoritative access to Microsoft documentation for AI assistants, IDEs, and development tools. Enhance workfl...

Connect AI agents to ONLYOFFICE DocSpace for seamless, automated, and secure management of documents, spaces, users, and permissions.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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 |
Empower your AI assistants to automate document collaboration, management, and secure file access directly within ONLYOFFICE DocSpace using FlowHunt’s robust MCP integration.

The Microsoft Docs MCP Server provides real-time, authoritative access to Microsoft documentation for AI assistants, IDEs, and development tools. Enhance workfl...

Seamlessly integrate Google Drive with AI assistants and developer tools using the Model Context Protocol (MCP). The Google Drive MCP Server enables natural lan...

The Agentset MCP Server is an open-source platform enabling Retrieval-Augmented Generation (RAG) with agentic capabilities, allowing AI assistants to connect wi...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.