Install other MCP servers via Claude by specifying their npm or PyPi package names or local paths.
Installer acts as a meta-MCP server, enabling users to install and manage other MCP servers through simple commands to Claude. By specifying the npm or PyPi package name, or even a local file path, users can easily add new functionalities to their Claude environment without manual configuration. It requires `npx` and `uv` to be installed for node and Python servers respectively.
Key Features
01Installs MCP servers from npm packages
02Installs MCP servers from PyPi packages
03Installs MCP servers from local file paths
04Supports environment variable configuration for installed servers
05Integration with Claude via simple prompts
Use Cases
01Rapidly deploy new MCP server functionalities to Claude
02Simplify the installation process for MCP servers