Lets AI agents run Python, execute scripts, and install pip packages locally.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "python-executor-mcp" yet — see the docs or source repo.
Use Python to read sales.csv, remove nulls and duplicates, normalize the date column to YYYY-MM-DD, export cleaned_sales.csv, and tell me how many rows were processed.
Runs the script, produces the cleaned CSV file, and returns processing steps and row counts.
First install pandas and matplotlib, then write and run a Python script to analyze monthly sales trends in orders.xlsx, output a line chart, and summarize three key findings.
Installs required packages, executes the analysis script, and returns the chart and findings summary.
Inspect and run the local app.py; if it fails, diagnose and fix the issue, rerun it, and then summarize the changes and final output.
Diagnoses script errors, fixes them, runs successfully, and provides a change log with execution results.
Safely run Python code with AI and MCP tool integration.
Safely run Python code and manage packages for analysis and automation.
Run dependent or parallel agent tasks and return structured results in one call.
Turn your AI client into a coding hub with execution, memory, and sub-agents.
Expose local Python scripts as AI tools for file and code batch tasks.
Enable AI coding agents to communicate, share state, and coordinate work in real time.