drio
Open app

MCP Auto Install

Source

MCP Auto Install is a tool for automatically installing and managing Model Context Protocol (MCP) servers. It can automatically detect, install, and configure various MCP servers, making it easier for developers to use the MCP ecosystem.

Catalog onlyCatalog onlySTDIO

Overview

MCP Auto Install is a tool designed for automatically installing and managing Model Context Protocol (MCP) servers, simplifying the process for developers to utilize the MCP ecosystem.

To use MCP Auto Install, install it via npm with the command npm install -g mcp-auto-install, and then utilize various commands to manage MCP servers, such as starting the server, installing specific servers, and configuring them.

  • Automatic detection and installation of MCP servers - Support for installing servers from npm packages and GitHub repositories - Automatic retrieval and caching of server README content - Server configuration assistance - Custom command configuration support - Seamless integration with the MCP ecosystem
  1. Quickly setting up development environments with necessary MCP servers.
  2. Managing multiple MCP servers efficiently without manual configuration.
  3. Automating server installations for continuous integration pipelines.

Add to your AI client

Use these steps to connect MCP Auto Install in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-auto-install-myprototypewhat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-auto-install-myprototypewhat"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-auto-install-myprototypewhat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-auto-install-myprototypewhat"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-auto-install-myprototypewhat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-auto-install-myprototypewhat"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-auto-install-myprototypewhat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-auto-install-myprototypewhat"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-auto-install-myprototypewhat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-auto-install-myprototypewhat"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-auto-install-myprototypewhat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-auto-install-myprototypewhat"
      ]
    }
  }
}

FAQ

What are the prerequisites for using MCP Auto Install?

You need Node.js version 18.0.0 or higher and a package manager like npm or pnpm.

How do I install MCP Auto Install?

You can install it globally using the command `npm install -g mcp-auto-install`.

Can I contribute to MCP Auto Install?

Yes! You can fork the repository, create a feature branch, and submit a pull request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3568,"uuid":"0d03aa88-9d1e-4a6f-b727-0d710bd94a50","name":"mcp-auto-install","title":"MCP Auto Install","description":"MCP Auto Install is a tool for automatically installing and managing Model Context Protocol (MCP) servers. It can automatically detect, install, and configure various MCP servers, making it easier for developers to use the MCP ecosystem.","avatar_url":"https://avatars.githubusercontent.com/u/43230886?v=4","created_at":"2025-03-20T08:37:56.140Z","updated_at":"2025-03-20T08:50:48.244Z","status":"created","author_name":"MyPrototypeWhat","author_avatar_url":"https://avatars.githubusercontent.com/u/43230886?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MyPrototypeWhat/mcp-auto-install","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-02 23:19:18\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]