Skip to main content
Glama
457,785 tools. Updated 2026-08-14 16:00

"How to run Python code" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Run Python code in FreeCAD asynchronously for long, CPU-bound computations that avoid GUI and document interaction.
    MIT
  • 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
  • Executes arbitrary Python code in a running TouchDesigner project via td_mcp bridge. Use for ad-hoc tasks not covered by structured live-control tools; requires the bridge's "Allow Python" flag to be enabled.
    MIT
  • Run Python code inside Blender to automate viewport manipulation, rendering, object transforms, and modifiers using bpy.
    MIT
  • Run Python code in the napari server interpreter. Executes code with persistent namespace including viewer, napari, and np, returning the result's string representation.
    BSD 3-Clause
  • Run sandboxed Python code snippets in a restricted environment with a timeout, capturing stdout, stderr, and exit status.
    GPL 2.0
  • Run custom Python code to inspect, validate, report on, and export IFC/BIM files, or create new ones.
    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
  • Run arbitrary Python code in Blender's environment to automate tasks that no standard tool can handle. Use for custom scripting with full Blender API access.
    MIT
  • Reproduce an IPUMS microdata extract by generating ready-to-run R or Python code from the extract number, making workflows repeatable.
    MIT
  • Runs Python code with dynamically imported functions from SCRIPT nodes, merging dependencies and environment variables, then sanitizes output to protect secrets.
    MIT