GH_MCP_SERVER
Este es un servidor MCP que permite a LLM interactuar directamente con Rhino y Grasshopper.
2
Github Watches
2
Github Forks
3
Github Stars
GH_mcp_server
GH_mcp_server provides an approach that allows designer to interact with Rhino and Grasshopper directly via LLMs, including to analyse .3dm file, do 3D modeling and generate GHPython automatically in Grasshopper based on user’s guidance.
This project is still under construction — and we’d love your help!
- Feel free to open an issue if you encounter bugs or have ideas.
- Pull requests are always welcome.
- If you're interested in collaborating long-term, feel free to reach out to yizhuod@andrew.cmu.edu — we’d love to have you on the team!

Requirements
-
Rhino 7 or 8
-
Install
RhinoPython: https://github.com/jingcheng-chen/RhinoPythonForVscode/tree/master?tab=readme-ov-file -
uv-
# For MacOS and Linux curl -LsSf https://astral.sh/uv/install.sh | sh -
# For Windows powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
-
-
Claude Desktop
Installation
1. Clone the repository
git clone git@github.com:veoery/GH_mcp_server.git
cd GH_mcp_server
2. Set up the environment
We recommend using uv:
macOS/Linux
uv venv
source .venv/bin/activate
uv pip install -e .
Windows
uv venv
.venv\Scripts\activate
uv pip install -e .
Make sure the virtual environment is activated before running or developing the project.
3. Configuration
-
In the Claude Desktop, Navigate to Settings->Developer. You will see
Edit Config. -
Click the
Edit Configand open the fileclaude_desktop_config.json -
Place the following code to the json file:
{ "mcpServers": { "grasshopper": { "command": "path_to_GH_mcp_server/.venv/bin/python", "args": [ "path_to_GH_mcp_server/run_server.py" ] } } } -
Restart the Claude Desktop. If you are able to see a hammer icon, the configuration is successful. Click the hammer icon to check all the attached MCP tools.
Usage
-
Start Rhino
-
Type command
CodeListener. You should seeVS Code Listener Started.... -
Open the Claude Desktop and type the prompts to interact with GH_mcp_server tools. Please also check the file
examples\zaha01.ghas a reference for interacting with Grasshopper. Here are some examples:Read the file "D:\test01.3dm" first and analyse the objects in this file.write GHpython to create a tower referring to zaha and write the ghpython code to "D:\zaha01.py"
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Una lista curada de servidores de protocolo de contexto del modelo (MCP)
Espejo dehttps: //github.com/agentience/practices_mcp_server
Reviews
user_Q0y3htMA
As a loyal user of GH_mcp_server by veoery, I find this tool incredibly efficient and reliable for managing MCP applications. The GitHub repository is well-documented, making it easy to set up and integrate into existing workflows. Highly recommend it for those looking for a robust server solution! Check it out at: https://github.com/veoery/GH_mcp_server.