Submit

Nextcloud MCP Server

@cbcoutinho

Overview

What is Nextcloud MCP Server?

Nextcloud MCP Server is a tool that allows users to automate various actions on a Nextcloud instance using Large Language Models (LLMs) like OpenAI and Gemini.

How to use Nextcloud MCP Server?

To run the project locally, copy the env.sample file with your configuration and run the SSE server using the command:

$ source env.sample
$ mcp run --transport sse nextcloud_mcp_server/server.py:mcp

Alternatively, you can run it via a Docker container with:

$ docker run -p 127.0.0.1:8000:8000 --env-file env.sample ghcr.io/cbcoutinho/nextcloud-mcp-server

Once the server is running, connect to it on port 8000 using SSE/HTTP.

Key features of Nextcloud MCP Server?

  • Automates actions on Nextcloud using LLMs.
  • Supports integration with various LLMs like OpenAI and Gemini.
  • Provides a Notes API for enhanced functionality.

Use cases of Nextcloud MCP Server?

  1. Automating file management tasks in Nextcloud.
  2. Integrating AI-driven responses for user queries in Nextcloud.
  3. Enhancing productivity by automating repetitive actions.

FAQ from Nextcloud MCP Server?

  • Can I use any LLM with Nextcloud MCP Server?

Yes! Nextcloud MCP Server supports various LLMs including OpenAI and Gemini.

  • Is there a Docker version available?

Yes! You can run Nextcloud MCP Server using Docker for easier deployment.

  • What is the main purpose of this server?

The main purpose is to automate actions on a Nextcloud instance, making it easier to manage and interact with your files.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.