Starterbox - configure mcp servers directly from prompt

by va99

151 downloads
Not rated
GitHub

About

MCP server that installs other MCP servers for you

Details

Author
va99
Downloads
151
Categories
Other

- Installs other MCP servers from npm or PyPi
- Works with Claude and other AI applications
- Requires npx and uv as dependencies
- Configured via claude_desktop_config.json
- Supports setting arguments and environment variables for installed servers

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 Starterbox - configure mcp servers directly from prompt
    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

Add the configuration to your claude_desktop_config.json with the command npx and arguments ["amcp"]. Then use prompts such as “Hey Claude, install the MCP server named mcp-server-fetch” or specify packages with arguments and environment variables.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "starterbox - configure mcp servers directly from prompt": {
            "starterbox": {
                "command": "npx",
                "args": [
                    "amcp"
                ]
            }
        }
    }
}

McpServers

{
    "starterbox": {
        "command": "npx",
        "args": [
            "amcp"
        ]
    }
}

Starterbox - configure mcp servers directly from prompt

This server is a server that installs other MCP servers for you. Install it, and you can ask Claude (or other AI Applications) to install MCP servers hosted in npm or PyPi for you. Requires npx and uv to be installed for node and Python servers respectively.

!image

How to install:

Put this into your claude_desktop_config.json (either at ~/Library/Application Support/Claude on macOS or C:\Users\NAME\AppData\Roaming\Claude on Windows):

  "mcpServers": {
    "starterbox": {
      "command": "npx",
      "starterbox": [
        "amcp"
      ]
    }
  }

Example prompts

> Hey Claude, install the MCP server named mcp-server-fetch

> Hey Claude, install the @modelcontextprotocol/server-filesystem package as an MCP server. Use ['/Users/neo/Desktop'] for the arguments

> Install the server @modelcontextprotocol/server-github. Set the environment variable GITHUB_PERSONAL_ACCESS_TOKEN to '1234567890'

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.