CST Studio Orchestrator MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CST Studio Orchestrator MCPCreate a 50 ohm microstrip patch antenna at 2.4 GHz"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CST Studio Orchestrator MCP
An open-source Model Context Protocol (MCP) server that turns CST Studio Suite into a unified AI-controllable simulation environment.
This project exposes CST Studio Suite to AI agents and automation clients. It supports 3D electromagnetic modeling, antenna and RF workflows, solver setup, result extraction, PCB/SI helpers, and direct CST Design Studio schematic control for field-circuit co-simulation through project.schematic.
Highlights
177 MCP tools for CST automation across modeling, antennas, materials, ports, mesh, solvers, simulation, results, PCB/SI, optimization, VBA, and schematic workflows.
Connected mode on Windows with CST Python libraries for live control of CST Studio Suite.
Offline mode for generating CST VBA scripts when CST is not available.
Design Studio schematic tools for RLC components, external ports, net connections, schematic inspection, object discovery, and generic RemoteObject calls.
Generic schematic bridge for CST's runtime
project.schematicinterface, including objects such asBlock,Net,ExternalPort,CircuitProbe,SchematicLayout,SimulationTask,ParameterSweep, andOptimizer.Built-in CST VBA reference data and guardrails for raw VBA execution.
Related MCP server: COMSOL MCP Server
Why This Exists
Most CST automation examples focus on 3D Microwave Studio history commands. CST Design Studio and schematic workflows are less visible because schematic actions do not reliably appear in the 3D History List.
This fork adds a practical bridge for Design Studio:
project.schematic.Block
project.schematic.Net
project.schematic.ExternalPort
project.schematic.SchematicLayoutOn CST Studio Suite 2025.2, the generic schematic tools can enumerate 125 project.schematic members and call methods on runtime remote objects directly.
Schematic Tools
Specialized tools:
cst_schematic_create_rlccreates a resistor, inductor, or capacitor.cst_schematic_create_external_portcreates a schematic external port.cst_schematic_connectconnects block or port pins into a named net.cst_schematic_listlists schematic blocks and nets.
Generic bridge tools:
cst_schematic_list_objectslists public members exposed byproject.schematic.cst_schematic_object_methodslists methods on one schematic object.cst_schematic_callcallsproject.schematic.<object_name>.<method_name>(*args, **kwargs).
Example generic call:
{
"object_name": "Block",
"method_name": "GetNumberOfPorts",
"args": []
}Installation
git clone https://github.com/guardianer9-debug/cst-studio-orchestrator-mcp.git
cd cst-studio-orchestrator-mcp
pip install -e ".[dev]"MCP Configuration
{
"mcpServers": {
"cst-studio-orchestrator": {
"command": "cst-studio-orchestrator-mcp",
"env": {
"CST_PATH": "D:\\CST2025",
"CST_WORK_DIR": "D:\\cst_projects",
"PYTHONPATH": "D:\\CST2025\\AMD64\\python_cst_libraries"
}
}
}
}The legacy command names mcp-cst-studio and cst-field-circuit-mcp are also kept for compatibility.
Connected Mode
Connected mode requires:
Windows
CST Studio Suite installed
CST Python libraries available on
PYTHONPATHPython 3.10+
Example:
$env:PYTHONPATH="D:\CST2025\AMD64\python_cst_libraries;$env:PYTHONPATH"
python -c "import cst.interface; print('CST available')"
cst-studio-orchestrator-mcpOffline Mode
When CST is unavailable, most modeling tools return VBA scripts that can be run manually in CST Studio Suite. The generic schematic reflection tools require connected mode because they depend on CST runtime remote objects.
Development
pip install -e ".[dev]"
pytest -q
ruff check src testsCurrent local validation:
535 passed
ruff: All checks passedProject Lineage
This project is derived from RFingAdam/mcp-cst-studio and keeps the original AGPL-3.0-or-later license. This fork adds CST Design Studio schematic automation and a generic project.schematic RemoteObject bridge for broader CST Studio Suite orchestration, including antennas, RF/EM workflows, PCB/SI, and field-circuit co-simulation.
See NOTICE for attribution details.
License
AGPL-3.0-or-later. CST Studio Suite itself is a separate commercial product from Dassault Systemes/SIMULIA and is not bundled or redistributed by this project.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAn MCP server that integrates CST Studio Suite with the Model Context Protocol to enable automated electromagnetic simulation workflows. It provides specialized tools for material definition management and direct interaction with the CST Studio Suite environment.22MIT
- Alicense-qualityCmaintenanceEnables AI agents to automate multiphysics simulations in COMSOL Multiphysics, covering model management, geometry building, physics configuration, and results visualization. It supports complex simulation workflows through the MCP protocol and includes integrated knowledge retrieval for documentation and troubleshooting.611MIT
- AlicenseBqualityCmaintenanceEnables AI agents to automate COMSOL Multiphysics simulations, including model management, geometry building, physics configuration, meshing, solving, and results visualization through the MCP protocol.78MIT
- AlicenseCqualityBmaintenanceEnables AI agents to control Ansys Electronics Desktop (HFSS, Maxwell, Q3D, etc.) using MCP tools for simulation automation.10029PolyForm Noncommercial 1.0.0
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/guardianer9-debug/cst-studio-orchestrator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server