Chris Coutinho 7a7778b84f Update README
2025-05-05 00:36:25 +02:00
2025-05-04 23:24:55 +02:00
2025-05-04 23:24:55 +02:00
2025-05-04 23:24:55 +02:00
2025-05-04 23:47:57 +02:00
2025-05-04 23:24:55 +02:00
2025-05-04 23:24:55 +02:00
2025-05-04 23:24:55 +02:00
2025-05-05 00:36:25 +02:00
2025-05-04 23:24:55 +02:00

Nextcloud MCP Server

The Nextcloud MCP server allows you to automate various actions on a Nextcloud instance via Large Language Models (LLMs) such as OpenAI, Gemini, etc.

To run the project locally, first make a copy of the env.sample file with your configuratoin. Then run the SSE server as follows:

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

or via a Docker container

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

Once the server is running, you can connect to the server on port 8000 SSE/HTTP.

Features

S
Description
Fork of cbcoutinho/nextcloud-mcp-server - Nextcloud MCP Server
Readme AGPL-3.0 12 MiB
Languages
Python 95.9%
HTML 2.7%
Shell 0.7%
JavaScript 0.3%
Smarty 0.2%
Other 0.2%