Python Runtime
Freeby Indie Developer
Execute Python code, manage virtualenvs, and run scripts from AI.
v1.0.0Added Jan 30, 2025
pythonruntimepip
Python Runtime MCP Server
Execute Python code, manage virtualenvs, and run scripts from AI.
Features
- Script execution
- Virtual env management
- pip packages
- REPL access
- Jupyter integration
Installation
{
"mcpServers": {
"python-runtime": {
"command": "npx",
"args": ["-y", "mcp-python"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-python
Add to claude_desktop_config.json
{
"mcpServers": {
"python-runtime": {
"command": "npx",
"args": ["-y", "mcp-python"]
}
}
}