Skip to main content
Glama

mcp-pyodide

by yonaka15

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" }
Install Server

Other Tools from mcp-pyodide

Related Tools

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