MCP Directory
Back

nextcloud-mcp-server

by cbcoutinho · Python · ★ 284

Nextcloud MCP Server

#mcp-server#model-context-protocol#nextcloud#nextcloud-deck#nextcloud-notes#rag

Install

pip install git+https://github.com/cbcoutinho/nextcloud-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "nextcloud-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/cbcoutinho/nextcloud-mcp-server.git"
      ]
    }
  }
}

From the README

[](https://github.com/cbcoutinho/nextcloud-mcp-server/pkgs/container/nextcloud-mcp-server) **A production-ready MCP server that connects AI assistants to your Nextcloud instance.** Enable Large Language Models like Claude, GPT, and Gemini to interact with your Nextcloud data through a secure API. Create notes, manage calendars, organize contacts, work with files, and more - all through natural language conversations. This is a **dedicated standalone MCP server** designed for external MCP clients like Claude Code and IDEs. It runs independently of Nextcloud (Docker, VM, Kubernetes, or local)…
Read full README on GitHub →

Related productivity servers