Automatic MCP Installation

Feature Overview

In addition to manual installation, Cherry Studio also comes with the built-in @mcpmarket/mcp-auto-install tool, which provides a more convenient way to install MCP servers. You simply need to enter the corresponding commands in a large model conversation that supports MCP services.

Usage Instructions

For example, you can enter:

Install a filesystem mcp server for me
Enter command to install MCP server
MCP Server Configuration Interface

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

  • filesystem

  • fetch

  • sqlite

  • etc.

The MCP_PACKAGE_SCOPES variable allows you to customize the MCP service search source. The default value is @modelcontextprotocol, which can be configured as needed.

Introduction to the @mcpmarket/mcp-auto-install Library

Default Configuration Reference:

// `axun-uUpaWEdMEMU8C61K` is the service ID, which can be customized.
"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 https://www.npmjs.com/package/@mcpmarket/mcp-auto-install for details"
  },
  "disabledTools": []
}

@mcpmarket/mcp-auto-install is an open-source npm package. You can view its detailed information and usage documentation on the official npm repository. @mcpmarket is the official MCP service collection for Cherry Studio.

Last updated

Was this helpful?