# MCPの自動インストール

> 自動インストール MCP を使用するには、Cherry Studio を v1.1.18 以上にアップグレードする必要があります。

## 機能紹介

手動インストールのほかに、Cherry Studio には `@mcpmarket/mcp-auto-install` ツールが内蔵されています。これは MCP サーバーをより簡単にインストールする方法です。MCP サービスに対応した大規模モデルとの会話で、対応する指示を入力するだけです。

{% hint style="warning" %}
**テスト段階の注意：**

* `@mcpmarket/mcp-auto-install` 現在まだテスト段階です
* 効果は大規模モデルの「知能」に依存します。自動で追加されるものもあれば、**MCP の設定でさらに一部のパラメータを手動で変更する必要があるものもあります**
* 現在の検索ソースは @modelcontextprotocol から検索しています。自分で設定できます（下記説明）
  {% endhint %}

## 使用方法

例えば、次のように入力できます：

```
filesystem mcp server をインストールして
```

<figure><img src="/files/5edcea63e16068bd525999d4ff67999cad79af19" alt=""><figcaption><p>指示を入力して MCP サーバーをインストール</p></figcaption></figure>

<figure><img src="/files/4d07562ffc7795971781887714db752bcf683204" alt=""><figcaption><p>MCP サーバー設定画面</p></figcaption></figure>

システムが自動的にあなたの要件を認識し、 `@mcpmarket/mcp-auto-install` を通じてインストールを完了します。このツールは以下を含む、さまざまな種類の MCP サーバーをサポートしています：

* filesystem（ファイルシステム）
* fetch（ネットワークリクエスト）
* sqlite（データベース）
* など...

> MCP\_PACKAGE\_SCOPES 変数で MCP サービスの検索元をカスタマイズできます。デフォルト値は次のとおりです：`@modelcontextprotocol`、設定をカスタマイズできます。

## `@mcpmarket/mcp-auto-install` ライブラリの紹介

{% hint style="info" %}
**デフォルト設定の参考：**

```json
// `axun-uUpaWEdMEMU8C61K` はサービス ID で、任意にカスタマイズできます
"axun-uUpaWEdMEMU8C61K": {
  "name": "mcp-auto-install",
  "description": "Automatically install MCP services (Beta version)",
  "isActive": false,
  "registryUrl": "https://registry.npmmirror.com",
  "command": "npx",
  "args": [
    "-y",
    "@mcpmarket/mcp-auto-install",
    "connect",
    "--json"
  ],
  "env": {
    "MCP_REGISTRY_PATH": "詳細はhttps://www.npmjs.com/package/@mcpmarket/mcp-auto-install を参照してください"
  },
  "disabledTools": []
}
```

`@mcpmarket/mcp-auto-install` オープンソースの npm パッケージであり、 [npm 公式リポジトリ](https://www.npmjs.com/package/@mcpmarket/mcp-auto-install) で詳細情報や使用ドキュメントを確認できます。`@mcpmarket` は Cherry Studi 公式の MCP サービスコレクションです。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cherry-ai.com/docs/jp/advanced-basic/mcp/auto-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
