logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

mcp-pkg-manager logo

anaisbetts

MIT License

Quick Info

GitHub GitHub Stars 1432
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

mcpanaisbettsapismcp installerinstalls mcpanaisbetts mcp

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.

Installation Guide Image

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'.

See Also

`