Connector guide2-minute read9 MCP toolsEN · DE · IT

Come collegare Nextcloud a Cursor — via MCP

Nextcloud OCS API: users, groups, file shares, app capabilities and server status on your own Nextcloud. Basic auth with an app password, the OCS-APIRequest header and format=json.

HCBy HelpCode teamAggiornato 2 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

Nextcloud

Nextcloud

Nextcloud OCS API: users, groups, file shares, app capabilities and server status on your own Nextcloud. Basic auth with an app password, the OCS-APIRequest header and format=json.

tool

9

Regione

INTL

Categoria

File Storage

Autenticazione

Basic Auth

Env vars richieste

NEXTCLOUD_URLNEXTCLOUD_USERNAMENEXTCLOUD_APP_PASSWORD
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Nextcloud con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

Nextcloud OCS API: users, groups, file shares, app capabilities and server status on your own Nextcloud. Basic auth with an app password, the OCS-APIRequest header and format=json.

Prova a chiedere

Prompt di esempio per Nextcloud

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

Nextcloud · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Nextcloud, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Nextcloud + Cursor

Nextcloud OCS API: users, groups, file shares, app capabilities and server status on your own Nextcloud. Basic auth with an app password, the OCS-APIRequest header and format=json.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

NEXTCLOUD_URL, NEXTCLOUD_USERNAME, NEXTCLOUD_APP_PASSWORD

Step 1 — Ottieni le credenziali

Use an app password, never the account password.

  1. Sign in to Nextcloud and open Settings → Security → Devices & sessions.
  2. Create a new app password named e.g. AnythingMCP. Nextcloud shows it once.
  3. Set NEXTCLOUD_URL to your instance root (no trailing slash), NEXTCLOUD_USERNAME to the login name and NEXTCLOUD_APP_PASSWORD to the generated value. An app password can be revoked on its own, and it sidesteps two-factor authentication, which would otherwise break API access entirely.

…(continued in the in-app connector instructions)

Step 2 — Installa l'adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Aggiungi il connettore in Cursor

Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
  2. Salva il file e riavvia Cursor.
  3. Apri Cursor → Impostazioni → MCP per verificare che Nextcloud sia presente e "Connected".
  4. Inizia a chattare — tutti gli strumenti di Nextcloud sono ora invocabili.

Tool disponibili

ToolWhat it does
nextcloud_get_capabilitiesRead the server's capabilities: Nextcloud version, enabled apps and their feature flags
nextcloud_get_user_statusRead the status of the account the app password belongs to: quota, used space, display name, e-mail, groups and last login
nextcloud_list_usersList user ids on the instance, optionally filtered by a search fragment
nextcloud_get_userRead one user's details: display name, e-mail, quota, group memberships, last login and whether the account is enabled
nextcloud_list_groupsList the groups defined on the instance, optionally filtered by a search fragment
nextcloud_list_group_membersList the user ids in one group — who actually has access to whatever is shared with that group
nextcloud_list_sharesList shares the account owns or received, with their type, recipient, permissions, expiry and public link URL
nextcloud_get_shareRead one share by its id: exactly who it is shared with, at what permission level, and when it expires
nextcloud_create_shareCreate a share

FAQ

Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.

Prossimi passi

Questa guida ti è stata utile?

Your Nextcloud agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Guide correlate