Starterbox - configure mcp servers directly from prompt
@va99
About Starterbox - configure mcp servers directly from prompt
MCP server that installs other MCP servers for you
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"starterbox": {
"command": "npx",
"args": [
"amcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Starterbox?
Starterbox is an MCP server that installs other MCP servers for you. You install it once, then ask Claude or other AI applications to install MCP servers hosted in npm or PyPi. It requires npx and uv to be installed for Node and Python servers respectively.
How to use Starterbox?
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.
Key features of Starterbox
- Installs other MCP servers from npm or PyPi
- Works with Claude and other AI applications
- Requires
npxanduvas dependencies - Configured via
claude_desktop_config.json - Supports setting arguments and environment variables for installed servers
Use cases of Starterbox
- Install a specific MCP server by its package name
- Install a server with custom arguments (e.g., file paths)
- Install a server with required environment variables (e.g., API tokens)
FAQ from Starterbox
What dependencies are needed to run Starterbox?
Starterbox requires npx (for Node‑based servers) and uv (for Python‑based servers) to be installed.
How do I configure Starterbox?
Add an entry to your claude_desktop_config.json (located at ~/Library/Application Support/Claude on macOS or C:\Users\NAME\AppData\Roaming\Claude on Windows) with the command npx and the arguments ["amcp"].
What kind of MCP servers can Starterbox install?
It can install MCP servers that are hosted on npm or PyPi.
Can I pass arguments to the server I install?
Yes. The example prompt Install the @modelcontextprotocol/server-filesystem package as an MCP server. Use ['/Users/neo/Desktop'] for the arguments shows how to supply arguments.
Can I set environment variables for the installed server?
Yes. The example prompt Install the server @modelcontextprotocol/server-github. Set the environment variable GITHUB_PERSONAL_ACCESS_TOKEN to '1234567890' demonstrates setting environment variables.
Frequently asked questions
What dependencies are needed to run Starterbox?
Starterbox requires `npx` (for Node‑based servers) and `uv` (for Python‑based servers) to be installed.
How do I configure Starterbox?
Add an entry to your `claude_desktop_config.json` (located at `~/Library/Application Support/Claude` on macOS or `C:\Users\NAME\AppData\Roaming\Claude` on Windows) with the command `npx` and the arguments `["amcp"]`.
What kind of MCP servers can Starterbox install?
It can install MCP servers that are hosted on npm or PyPi.
Can I pass arguments to the server I install?
Yes. The example prompt `Install the @modelcontextprotocol/server-filesystem package as an MCP server. Use ['/Users/neo/Desktop'] for the arguments` shows how to supply arguments.
Can I set environment variables for the installed server?
Yes. The example prompt `Install the server @modelcontextprotocol/server-github. Set the environment variable GITHUB_PERSONAL_ACCESS_TOKEN to '1234567890'` demonstrates setting environment variables.
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments