# Auto Install MCP

> Automatic MCP installation requires upgrading Cherry Studio to v1.1.18 or later.

## Feature Overview

In addition to manual installation, Cherry Studio also includes the built-in `@mcpmarket/mcp-auto-install` tool, which is a more convenient way to install MCP servers. You only need to enter the corresponding command in a large-model chat that supports MCP services.

{% hint style="warning" %}
**Beta-stage reminder:**

* `@mcpmarket/mcp-auto-install` It is currently still in the testing phase
* The effect depends on the model's "intelligence"; some will be added automatically, while others still**need certain parameters to be manually changed in the MCP settings**
* The current search source is searched from @modelcontextprotocol, and can be configured yourself (see below for details)
  {% endhint %}

## Instructions

For example, you can enter:

```
Help me install a filesystem mcp server
```

<figure><img src="/files/0ab128d27af55f7e498cd9d08b6540c2a3eb7e07" alt=""><figcaption><p>Enter a command to install the MCP server</p></figcaption></figure>

<figure><img src="/files/7af27e3f06dc774bda8b9dfd1ea55c9599fb7425" alt=""><figcaption><p>MCP server configuration interface</p></figcaption></figure>

The system will automatically recognize your needs and complete the installation through `@mcpmarket/mcp-auto-install` This tool supports many types of MCP servers, including but not limited to:

* filesystem (file system)
* fetch (network request)
* sqlite (database)
* and so on...

> The MCP\_PACKAGE\_SCOPES variable can be used to customize the MCP service search source. The default value is:`@modelcontextprotocol`; it can be customized.

## `@mcpmarket/mcp-auto-install` Introduction to the library

{% hint style="info" %}
**Default configuration reference:**

```json
// `axun-uUpaWEdMEMU8C61K` is the service ID; customize it as needed
"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": "See details at https://www.npmjs.com/package/@mcpmarket/mcp-auto-install"
  },
  "disabledTools": []
}
```

`@mcpmarket/mcp-auto-install` It is an open-source npm package, and you can view [the official npm repository](https://www.npmjs.com/package/@mcpmarket/mcp-auto-install) for detailed information and usage documentation.`@mcpmarket` is Cherry Studio's official MCP service collection.
{% 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/en-us/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.
