> ## Documentation Index
> Fetch the complete documentation index at: https://docs.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Admin , Box MCP , P1"}} />

Cursorの設定プロセスは、以下の手順で構成されています。

1. Boxでの管理者による有効化
2. エンドユーザーによる接続

## 手順1: Box統合を構成する

<Badge color="orange" size="lg">管理者</Badge>

1. [Box管理コンソール](https://app.box.com/master)にサインインします。
2. \[**統合**] に移動し、\[**MCP**] カテゴリフィルタまたはページ上部の検索バーを使用して**Custom Box MCP Server**を見つけます。
3. \[**構成**] > \[**+ 統合資格情報を追加**] に移動し、新しい資格情報を生成します。
4. \[**リダイレクトURI**] で、BoxのリダイレクトURIを`cursor://anysphere.cursor-mcp/oauth/callback`に変更します。
5. 後で使用できるように、\[**クライアントID**] と \[**クライアントシークレット**] をコピーします。 これらは後でCursorが接続を承認するために必要です。
6. \[**[アクセススコープ](/ja/box-admin-tools/how-to-guides-for-admins/understanding-requests-to-authorize-or-allow-applications#reviewing-scopes)**] を確認します。
7. \[**保存**] をクリックします。

## 手順2: エンドユーザーの接続を構成する

<Badge color="green" size="lg">ユーザー</Badge>

1. \[**Settings (設定)**] > \[**Tools and MCPs (ツールとMCP)**] > \[**Add Custom MCP (カスタムMCPの追加)**] に移動します。 その後、`mcp.json`が自動的に開きます。
2. 以下の構成を張り付けて、**クライアントID**と**クライアントシークレット**を追加してファイルを保存します。

```json theme={null}
    {
        "mcpServers": {
            "box": {
                "url": "https://mcp.box.com",
                "auth": {
                    "CLIENT_ID": "your_client_id",
                    "CLIENT_SECRET": "your_client_secret"
                }
            }
        }
    }
```

3. Cursorの設定の \[**Tools and MCPs (ツールとMCP)**] に戻り、\[**Connect (接続)**] をクリックして承認を完了します。

必要に応じて、Cursor用Boxプラグインでスキルとルールをインストールします。

1. \[**Settings (設定)**] > \[**Plugins (プラグイン)**] > \[**Browse Marketplace (マーケットプレイスを参照)**] に移動し、**Box**を検索します。
2. \[**Add to Cursor (Cursorに追加)**] をクリックします。

## その他のドキュメント

* [Cursor MCPドキュメント](https://cursor.com/docs/mcp)
