Skip to main content
Glama

mcp-pyodide

by yonaka15

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

NameRequiredDescriptionDefault
packageYesPython package(s) to install. For multiple packages, use space-separated format (e.g., 'numpy matplotlib pandas').

Input Schema (JSON Schema)

{ "properties": { "package": { "description": "Python package(s) to install. For multiple packages, use space-separated format (e.g., 'numpy matplotlib pandas').", "type": "string" } }, "required": [ "package" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yonaka15/mcp-pyodide'

If you have feedback or need assistance with the MCP directory API, please join our Discord server