MCP Auto Install

by MyPrototypeWhat

334 downloads
Not rated
GitHub

About

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.

Details

Author
MyPrototypeWhat
Downloads
334
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Auto Install
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally with npm install -g mcp-auto-install. Use CLI commands like mcp-auto-install, list, install <server-name>, remove <server-name>, configure <server-name>, `

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp auto install": {
            "mcp-auto-install": {
                "command": "npx",
                "args": [
                    "mcp-auto-install"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-auto-install": {
        "command": "npx",
        "args": [
            "mcp-auto-install"
        ]
    }
}

MCP Auto Install

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.

Features

- 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

Prerequisites

- Node.js >= 18.0.0
- npm or pnpm package manager

Installation

npm install -g mcp-auto-install

Usage

Basic Commands

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.