Nextcloudmcp

by bizneto

500 downloads
Not rated
GitHub

About

A comprehensive Model Context Protocol (MCP) server for Nextcloud integration, providing AI agents with secure access to Nextcloud's file management, sharing, user administration, and system monitoring capabilities.

Details

Author
bizneto
Downloads
500
Categories
Other

- WebDAV file operations (list, upload, download, delete)
- Share creation, configuration, monitoring, and deletion
- User and group administration (admin privileges required)
- Server status monitoring and security auditing
- Built-in workflow prompts for common tasks

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Nextcloudmcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "nextcloudmcp": {
            "nextcloud": {
                "command": "node",
                "args": [
                    "/path/to/nextcloud-mcp-server/dist/index.js"
                ],
                "env": {
                    "NEXTCLOUD_URL": "https://your-nextcloud-server.com",
                    "NEXTCLOUD_USERNAME": "your-username",
                    "NEXTCLOUD_PASSWORD": "your-password-or-app-password"
                }
            }
        }
    }
}

McpServers

{
    "nextcloud": {
        "command": "node",
        "args": [
            "/path/to/nextcloud-mcp-server/dist/index.js"
        ],
        "env": {
            "NEXTCLOUD_URL": "https://your-nextcloud-server.com",
            "NEXTCLOUD_USERNAME": "your-username",
            "NEXTCLOUD_PASSWORD": "your-password-or-app-password"
        }
    }
}

Nextcloud MCP Server

npm version
License: MIT
Node.js Version
MCP Compatible

A comprehensive Model Context Protocol (MCP) server for Nextcloud integration, providing AI agents with secure access to Nextcloud's file management, sharing, user administration, and system monitoring capabilities.

Features

🗂️ File Management

- WebDAV Operations: List, upload, download, delete, move, copy files and folders - Directory Navigation: Browse directory structures with configurable depth - Binary File Support: Handle both text and binary files with base64 encoding - Folder Creation: Create new directories in your Nextcloud instance

🔗 Sharing Management

- Share Creation: Create user, group, public, and email shares - Share Configuration: Set permissions, passwords, expiration dates, and notes - Share Monitoring: List and monitor all existing shares - Share Updates: Modify existing share settings - Share Deletion: Remove shares when no longer needed

👥 User Administration

- User Management: Create, read, update, and delete users (admin privileges required) - Group Management: Create groups and manage group memberships - User Details: Access comprehensive user information including quotas and preferences - Bulk Operations: Efficient handling of multiple users and groups

🔧 System Monitoring

- Server Status: Monitor Nextcloud server health and version information - Capabilities: Access server capabilities and configuration details - Security Auditing: Built-in security audit workflows

📋 Workflow Prompts

- Backup Workflows: Automated file backup procedures - Share Management: Comprehensive sharing workflows - User Administration: Step-by-step user management processes - File Organization: Smart file categorization and organization - Security Audits: Automated security assessment procedures
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.