Automatic MCP Installation

Automatic MCP Installation

Automatic MCP installation requires upgrading Cherry Studio to v1.1.18 or a higher version.

Feature Introduction

In addition to manual installation, Cherry Studio has a built-in tool, @mcpmarket/mcp-auto-install, which provides a more convenient way to install MCP servers. You just need to input the corresponding command in a large model conversation that supports MCP services.

Usage Instructions

For example, you can enter:

Install a filesystem mcp server for me
Enter the command to install the MCP server
MCP server configuration interface

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

  • filesystem

  • fetch

  • sqlite

  • and more...

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

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": "For details, see https://www.npmjs.com/package/@mcpmarket/mcp-auto-install"
  },
  "disabledTools": []
}

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

最后更新于

这有帮助吗?