pyodide_install-packages
Install Python packages in Pyodide via the MCP server. Specify multiple packages in a space-separated format for efficient setup.
Instructions
Install Python packages using Pyodide. Multiple packages can be specified using space-separated format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package | Yes | Python package(s) to install. For multiple packages, use space-separated format (e.g., 'numpy matplotlib pandas'). |