We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ONLYOFFICE/docspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
npm-registry.md•739 B
# npm Registry
This document describes how to install and run the DocSpace MCP server directly
from the npm registry.
## Contents
- [Node.js Application](#nodejs-application)
- [References](#references)
## Node.js Application
Running the Node.js application requires [Node.js] version 18 or higher to be
installed on your system.
Run the latest version of the DocSpace MCP server:
```sh
npx --yes @onlyoffice/docspace-mcp
```
To run a specific version:
```sh
npx --yes @onlyoffice/docspace-mcp@<version>
```
## References
- [npm Registry: ONLYOFFICE DocSpace MCP Server]
<!-- Footnotes -->
[Node.js]: https://nodejs.org/
[npm Registry: ONLYOFFICE DocSpace MCP Server]: https://www.npmjs.com/package/@onlyoffice/docspace-mcp