Connector guide2-minute read9 MCP toolsEN · DE · IT

Nextcloud を Cursor に接続する方法 — 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 team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

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.

ツール

9

地域

INTL

カテゴリー

File Storage

認証

Basic Auth

必要な環境変数

NEXTCLOUD_URLNEXTCLOUD_USERNAMENEXTCLOUD_APP_PASSWORD
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Nextcloud をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

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.

こう聞いてみよう

Nextcloud のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Nextcloud · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Nextcloud をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

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.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

NEXTCLOUD_URL, NEXTCLOUD_USERNAME, NEXTCLOUD_APP_PASSWORD

ステップ 1 — 認証情報を取得

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)

ステップ 2 — アダプターをインストール

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

ステップ 3 — Cursor にコネクタを追加

Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し Cursor を再起動。
  3. Cursor → Settings → MCP を開き、Nextcloud が "Connected" として表示されることを確認。
  4. チャット開始 — Nextcloud のすべてのツールが呼び出し可能になります。

利用可能なツール

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 の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。

次のステップ

このガイドは役に立ちましたか?

Your Nextcloud agent is one click away.

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

関連ガイド

connectors

Nextcloud を ChatGPT に接続する方法 — 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.

connectors

Nextcloud を Claude に接続する方法 — 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.

connectors

Nextcloud を Gemini に接続する方法 — 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.

connectors

Nextcloud を MCP に — あらゆる AI エージェントから 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.

connectors

AFAS Profit を Cursor に接続する方法 — MCP 経由

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica を Cursor に接続する方法 — MCP 経由

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.