Get the FREE Ultimate OpenClaw Setup Guide →

nuxeo

This project provides an MCP (Model Context Protocol) server to interact with the Nuxeo Platform. It supports creating, modifying, deleting, and searching for folders and documents, as well as extracting their text content.

How to use

The Nuxeo MCP (Model Context Protocol) server provides a robust interface for interacting with the Nuxeo Platform, allowing you to create, modify, delete, and search for documents and folders efficiently. With features that include text content extraction, this server is ideal for developers looking to integrate Nuxeo functionalities into their applications seamlessly.

Once connected to the Nuxeo MCP server, you can utilize HTTP requests to interact with your documents and folders. You can issue commands such as creating new documents, modifying existing ones, or performing search queries using the RESTful API provided by the server. For optimal results, use structured JSON payloads in your requests to ensure compatibility with the Nuxeo data model.

How to install

Prerequisites

Before installing the Nuxeo MCP server, ensure you have Node.js installed on your development machine.

Option A: Quick Start with npx

You can quickly start using the server without a global install by running the following command:

npx -y nuxeo-mcp-server  

Option B: Global Install Alternative

To install the server globally, use the following command:

npm install -g nuxeo-mcp-server  

After installation, you can run the server using:

nuxeo-mcp-server  

Additional notes

When configuring the Nuxeo MCP server, ensure you set the appropriate environment variables for connecting to your Nuxeo instance, such as NUXEO_URL and NUXEO_USER. A common gotcha is ensuring that your Nuxeo server is running and accessible; check your network settings if you encounter connection issues.

Related MCP Servers

Sponsor this space

Reach thousands of developers