nextcloud-mcp-server

healdigital/nextcloud-mcp-server
★ 0 stars TypeScript 📁 File System Updated 4d ago
MCP server exposing Nextcloud (WebDAV files, OCS shares, search, account) as Model Context Protocol tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nextcloud-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "healdigital/nextcloud-mcp-server"
      ]
    }
  }
}