install_package
Install or upgrade Python packages in specified environments using the MCP Python Interpreter. Manage dependencies efficiently for custom or system-wide Python setups.
Instructions
Install a Python package in the specified environment.
Args:
package_name: Name of the package to install
environment: Name of the Python environment (default if custom path provided, otherwise system)
upgrade: Whether to upgrade the package if already installed (default: False)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | default | |
| package_name | Yes | ||
| upgrade | No |