> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/auto-install.md).

# 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 サーバーをインストールして
```

<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": "MCP サービスを自動インストールします（ベータ版）",
  "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 %}

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) に記載の公式チャネルをご参照ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/auto-install.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
