mcp-pkg-manager
Facilitates the deployment of supplemental MCP server modules sourced from npm repositories or the Python Package Index (PyPi), streamlining environment setup via terminal interaction.
Author

anaisbetts
Quick Info
Actions
Tags
mcp-pkg-manager - A Utility for Installing Supplementary MCP Service Endpoints
This utility is designed to provision and configure other Model Context Protocol (MCP) servers for you. Once integrated, you can instruct Claude to fetch and deploy required MCP services hosted on either npm or PyPi registries.
Prerequisites: Ensure npx is available for Node.js based servers and uv is present for Python packages.
Integration Procedure:
Incorporate the following configuration block into your claude_desktop_config.json file, located typically at ~/Library/Application Support/Claude (macOS) or C:\Users\NAME\AppData\Roaming\Claude (Windows):
"mcpServers": { "mcp-pkg-manager": { "command": "npx", "args": [ "@anaisbetts/mcp-installer" ] } }
Illustrative Command Examples:
Claude, initiate the setup sequence for the MCP service designated 'mcp-server-fetch'.
Please deploy the package named @modelcontextprotocol/server-filesystem as an MCP endpoint. Utilize the argument list ['/Users/anibetts/Desktop'].
Hi Claude, I request the installation of the MCP service located at /Users/anibetts/code/mcp-youtube; I prefer automation for this task.
Provision the server @modelcontextprotocol/server-github. Assign the environment variable GITHUB_PERSONAL_ACCESS_TOKEN the value '1234567890'.
