Skip to main content
Glama
472,836 tools. Updated 2026-08-24 02:05

"How to Run a Python Script" matching MCP tools:

  • Create a TouchDesigner DAT node preloaded with your Python code, choosing between text, execute, or script types. Stores code as a node for later execution.
    MIT
  • Submit a Python script for background execution in PFC. Get a task ID to poll progress, cancel, or modify variables mid-run using companion tools.
    MIT
  • Execute a Python script asynchronously in YADE. Submit a script path and receive a task ID; the script runs in the background, queued sequentially for simulation.
    MIT
  • Run custom Python scripts in FreeCAD to create objects, modify properties, run macros, or access APIs not exposed by other tools.
    GNU Lesser General Public v2.1 or later
  • Convert a Jupyter notebook into a single Python script string with # %% cell markers for analysis, diffing, or programmatic use.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Run LabTalk scripts in Origin to execute custom operations not covered by dedicated tools. Returns script output, enabling automation of arbitrary Origin commands.
    MIT
  • Assemble all executed code blocks into a single Python script and optionally save it to a file, enabling reproducible CAD model exports.
    Apache 2.0
  • Create a DAT in TouchDesigner preloaded with Python code, choosing a text, execute, or script type to control how the code runs.
    MIT
  • Runs Python code with dynamically imported functions from SCRIPT nodes, merging dependencies and environment variables, then sanitizes output to protect secrets.
    MIT
  • Execute Python or Bash scripts on a RunWhen workspace runner, returning a run ID to monitor status and fetch task or SLI results with env and secret variable support.
    Apache 2.0
  • Create a runnable Python script that reproduces symbolic derivations from given expressions and operations like simplify, solve, differentiate, and integrate.
    Apache 2.0
  • Run Python code securely in a remote Azure sandbox with automatic x402 micropayments. Evaluate algorithms, process data, and execute custom scripts without local dependencies.
    MIT
  • Stop recording mobile device actions and generate a test script. Output scripts in TypeScript, Python, or JSON formats for automated testing.
    Business Source 1.1
  • Run a stored script on target machines after a dry run to verify safety. Optionally wait for completion to report pass/fail.
    MIT