LAMCP – bridge letting LLMs control Grasshopper in real time
LAMCP provides a two‑process architecture where an LLM talks to a Python MCP server, which forwards commands over HTTP to a Grasshopper component inside Rhino. The bridge component runs a tiny HTTP server, executes received Python code in a shared globals context, and returns stdout, stderr and results. This lets developers script canvas inspection, component wiring, slider tweaks and RhinoCommon calls without restarting Rhino. It’s useful for AI‑augmented design workflows and for anyone wanting programmatic, real‑time control of Grasshopper.
View on GitHub →gramaziokohler/lamcp