pip_install
Install Python packages with pip directly from the VS Code environment using the Code MCP Server. Specify package names or a requirements.txt file for streamlined dependency management.
Instructions
Install Python packages using pip
Input Schema
Name | Required | Description | Default |
---|---|---|---|
packages | No | Package names | |
requirements_file | No | Path to requirements.txt | |
venv | No | Path to virtual environment |