Skip to main content
Glama

Python REPL MCP Server

by hdresearch

install_package

Install Python packages in a persistent REPL environment using the MCP protocol. Specify the package name to integrate it into your Python workflow.

Instructions

Install a Python package using uv

Input Schema

NameRequiredDescriptionDefault
packageYesPackage name to install (e.g., 'pandas')

Input Schema (JSON Schema)

{ "properties": { "package": { "description": "Package name to install (e.g., 'pandas')", "type": "string" } }, "required": [ "package" ], "type": "object" }
Install Server

Other Tools from Python REPL MCP Server

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/hdresearch/mcp-python'

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