Node Omnibus MCP Server

install_packages

Install npm packages with version management to streamline Node.js project dependencies. Specify package names, project path, and optional dev dependency flag for precise setup.

Instructions

Install npm packages with version management

Input Schema

NameRequiredDescriptionDefault
devNoInstall as dev dependency
packagesYesPackage names to install
pathYesProject directory path

Input Schema (JSON Schema)

{ "properties": { "dev": { "default": false, "description": "Install as dev dependency", "type": "boolean" }, "packages": { "description": "Package names to install", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Project directory path", "type": "string" } }, "required": [ "packages", "path" ], "type": "object" }

You must be authenticated.

Other Tools from Node Omnibus MCP Server

Related Tools

ID: 0j9a4m75vv