Starterbox - configure mcp servers directly from prompt
About
MCP server that installs other MCP servers for you
Details
- Author
- va99
- Downloads
- 151
- Categories
- Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Starterbox - configure mcp servers directly from promptCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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'
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



