nextcloud-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXTCLOUD_URL | Yes | The URL of your NextCloud server (e.g., https://your-nextcloud-server.com) | |
| NEXTCLOUD_PASSWORD | Yes | Your NextCloud app password (use app password for security) | |
| NEXTCLOUD_USERNAME | Yes | Your NextCloud username |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| test-connectionA | Test connection to NextCloud server |
| list-filesC | List files and directories in NextCloud |
| create-directoryB | Create a new directory in NextCloud |
| delete-fileC | Delete a file or directory from NextCloud |
| upload-fileC | Upload a file to NextCloud |
| download-fileB | Download a file from NextCloud |
| create-shareB | Create a share link for a file or directory |
| list-sharesC | List existing shares |
| delete-shareB | Delete an existing share |
| move-fileB | Move or rename a file or directory in NextCloud |
| copy-fileB | Copy a file or directory in NextCloud |
| search-filesB | Search for files and directories by name or content |
| get-file-versionsB | Get version history of a file |
| restore-file-versionB | Restore a specific version of a file |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool has a clearly distinct purpose: file operations are separate from sharing, versioning, and connection testing. No two tools overlap in function.
All tool names follow a consistent verb-noun pattern with hyphens (e.g., copy-file, create-share). No mixing of conventions.
14 tools is well-scoped for a NextCloud file management server, covering essential operations without being overwhelming.
The tool surface covers core CRUD for files, versioning, and sharing. Minor gap: no update-share tool, but sharing is typically create/delete only.