ensure_notes_folder_existsANextcloud Notes MCP ServerCreate the /Notes folder in Nextcloud if it doesn't exist, ensuring a location for storing notes.MIT
occ_statusAnextcloud-mcpGet Nextcloud server version, maintenance mode, and instance ID to verify status.MIT
config_setAnextcloud-mcpSet a system or per-app configuration value in Nextcloud. Verify current value with config_get to avoid breaking changes.MIT
test-connectionAnextcloud-mcp-serverVerifies whether the connection to a NextCloud server is active and working.MIT
system_checkBnextcloud-mcpRun a comprehensive health check to verify that a Nextcloud system is operating correctly.MIT
create-directoryBnextcloud-mcp-serverCreate a new directory in NextCloud by specifying the path. Organize files into folders for better structure.MIT
nextcloud-mcpCloud StorageProject ManagementEmailJaypeg-devFlicenseBqualityDmaintenanceMCP server integrating Nextcloud services (tasks, calendar, notes, email, files, Deck) for AI assistant interaction. Updated 4 months ago (2026-04-03 09:59 UTC)201
nextcloud-mcpCloud StorageWorkplace & ProductivityTadMSTRAlicenseBqualityBmaintenanceMCP server for Nextcloud that exposes occ admin commands, OCS provisioning, and WebDAV file operations as tools. Updated 17 days ago (2026-07-25 22:36 UTC)31MIT
security_checkBnextcloud-mcpCheck your Nextcloud installation for known security vulnerabilities by running a security advisory scan against known CVEs.MIT
download-fileBnextcloud-mcp-serverDownload a file from NextCloud by providing its exact path. Enables direct retrieval of any stored file.MIT
move-fileBnextcloud-mcp-serverMove or rename files and directories in NextCloud to reorganize storage, with optional overwrite for existing destinations.MIT
copy-fileBnextcloud-mcp-serverCopies a file or directory within NextCloud, optionally overwriting existing destinations.MIT
user_listBnextcloud-mcpLists Nextcloud users with optional filtering by search string to help administer user accounts.MIT
upgrade_checkBnextcloud-mcpCheck for available Nextcloud core and app updates. Identify which components require upgrading.MIT
list-filesCnextcloud-mcp-serverList files and directories in your NextCloud. Specify a path to view contents of a specific folder.MIT
user_createCnextcloud-mcpCreate a new Nextcloud user account by providing a username and password. Optionally set email and display name.MIT
group_createCnextcloud-mcpCreate a new Nextcloud user group by specifying a group ID. Organize users and manage permissions with group assignments.MIT
delete-fileCnextcloud-mcp-serverDelete a file or directory from your NextCloud server by specifying its path.MIT
upload-fileCnextcloud-mcp-serverUpload a file to a NextCloud server by specifying the remote path and base64-encoded content.MIT
group_add_memberCnextcloud-mcpAdd a user to an existing Nextcloud group. Specify the group ID and username.MIT
get_deck_boardsAnextcloud-mcpRetrieve all Nextcloud Deck boards accessible to the user, including their IDs, titles, and colors.