mcp-pyodide

install-python-packages

Install Python packages directly in environments powered by Pyodide on the MCP server, enabling Python code execution for LLM-driven applications.

Instructions

Install Python packages using Pyodide

Input Schema

NameRequiredDescriptionDefault
packageYesPython package to install

Input Schema (JSON Schema)

{ "properties": { "package": { "description": "Python package to install", "type": "string" } }, "required": [ "package" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-pyodide

Related Tools

ID: pxls43joly