Loading...

This MCP server installs other MCP servers from npm or PyPi, automating the setup process but posing significant security risks if misconfigured.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server installs other MCP servers from npm or PyPi, automating the setup process but posing significant security risks if misconfigured.
This server is highly risky due to its ability to execute arbitrary code from external sources. It should only be used in controlled environments with trusted packages. Thoroughly vet any package before installation to mitigate potential security breaches.
Performance depends on the size and complexity of the MCP server being installed and the speed of the network connection. Large servers may take a significant amount of time to install.
Cost is primarily related to network bandwidth and potential resource consumption during the installation process. There may be indirect costs associated with managing and securing the installed servers.
install_serverInstalls an MCP server from a specified package name or file path.
Executes arbitrary code, modifies the system, and can introduce vulnerabilities.
None
cloud
This server is highly risky due to its ability to execute arbitrary code from external sources. It should only be used in controlled environments with trusted packages. Thoroughly vet any package before installation to mitigate potential security breaches.
This server grants full autonomy to install and configure other MCP servers, posing significant risks if not carefully managed. There is no sandboxing or rollback support.
Production Tip
Isolate the installer server in a dedicated environment with restricted network access to minimize the impact of potential security breaches.
The installer will likely output an error message from the underlying package manager (npm or uv). You'll need to examine the logs to diagnose the issue.
Potentially, if you configure npm or uv to authenticate with your private repository. However, this increases the risk of exposing credentials.
This tool doesn't provide uninstallation functionality. You'll need to manually remove the server's configuration from `claude_desktop_config.json` and any associated files.
You can use npm or uv's built-in integrity checking features (e.g., `npm audit`, `uv check`) to identify potential vulnerabilities.
No, you'll need to manually update the servers by reinstalling them with the latest version.
Yes, you can specify a version using the standard npm/PyPi versioning syntax (e.g., `mcp-server-fetch@1.2.3`).
The installer requires `npx` and `uv` to be installed and accessible in your system's PATH. It also needs network access to download packages from npm or PyPi.