Codex MCP Abaqus
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., "@Codex MCP Abaqusrun the cantilever beam simulation and show results"
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.
Codex MCP Abaqus
Utilities and examples for driving Abaqus through a file-based MCP bridge from Codex or other MCP clients.
This project collects the patched Abaqus MCP plugin, MCP stdio server, startup scripts, and a classic finite element example verified on Abaqus 2022.
What Is Included
src/abaqus_mcp_plugin.py
Abaqus/CAE kernel-side plugin. It polls command JSON files, executes Abaqus Python code, submits jobs, and writes result JSON files.src/mcp_server.py
MCP server exposing tools such ascheck_abaqus_connection,execute_script,get_model_info,list_jobs, andsubmit_job.scripts/start_abaqus_mcp_loop.py
noGUI worker launcher script. Recommended for stable background simulation.examples/abaqus_cantilever_classic.py
Classic 3D cantilever beam static bending example.examples/abaqus_tensile_bar_classic.py
Classic 3D displacement-controlled tensile bar example.examples/show_tensile_result_viewport.py
Visible Abaqus/CAE viewport startup script for the tensile ODB result.docs/USAGE.md
Setup and operating notes.docs/TENSILE_MCP_WORKFLOW.md
End-to-end notes for generating the tensile project, querying it through MCP, and displaying the result in the Abaqus viewport.
Related MCP server: COMSOL MCP Server
Recommended Mode
Use Abaqus noGUI for simulation automation:
abaqus cae noGUI=scripts\start_abaqus_mcp_loop.pyRunning MCP inside the Abaqus GUI with Cooperative mode works, but it can make
the GUI sluggish because the GUI thread is used for command polling. For most
batch simulations, keep the Abaqus window closed and let noGUI produce .cae,
.inp, .odb, and summary files.
Quick Start
Install the MCP server dependency:
python -m pip install -r requirements.txtConfigure the MCP client to run:
[mcp_servers.abaqus]
command = 'python'
args = ['D:\path\to\Codex_MCP_Abaqus\src\mcp_server.py']
cwd = 'D:\path\to\Codex_MCP_Abaqus'
[mcp_servers.abaqus.env]
ABAQUS_MCP_HOME = 'D:\path\to\Codex_MCP_Abaqus'Start Abaqus noGUI worker:
set ABAQUS_MCP_HOME=D:\path\to\Codex_MCP_Abaqus
abaqus cae noGUI=D:\path\to\Codex_MCP_Abaqus\scripts\start_abaqus_mcp_loop.pyCheck connection from the MCP client:
mcp__abaqus.check_abaqus_connectionVerified Example
The included cantilever example uses:
Geometry:
100 mm x 10 mm x 10 mmMaterial: linear elastic steel,
E = 210000 MPa,nu = 0.3Element:
C3D8RBoundary condition: fixed left end
Load: vertical surface traction on the right end, equivalent total force
1000 N
Typical result:
Maximum displacement: about
2.037 mmMaximum Mises stress: about
471 MPa
The included tensile example uses:
Geometry:
100 mm x 10 mm x 10 mmMaterial: linear elastic steel,
E = 210000 MPa,nu = 0.3Element:
C3D8RBoundary condition: fixed left end
Loading: right-end prescribed axial displacement
U1 = 1 mm
Typical result:
Engineering strain:
0.01Nominal stress: about
2100 MPaApparent modulus: about
210000 MPa
To display the tensile result in a visible Abaqus/CAE viewport after generating the ODB:
abaqus cae startup=examples\show_tensile_result_viewport.pyNotes
The plugin in this repository includes compatibility fixes for Abaqus 2022's Python 2 kernel:
Unicode-safe JSON and text writes
Captured stdout/stderr for
execute_scriptStale heartbeat diagnostics in the MCP server
This server cannot be installed
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-qualityDmaintenanceA server that enables programmatic interaction with an already running Abaqus/CAE GUI application, allowing users to execute Python scripts and retrieve message logs through the Model Context Protocol (MCP).102MIT
- 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
- Alicense-qualityBmaintenanceEnables AI agents to automate COMSOL Multiphysics simulations, including model management, geometry building, physics configuration, meshing, solving, and results visualization via the MCP protocol.MIT
- Alicense-qualityCmaintenanceEnables Claude Code to interact with Abaqus FEM software for model generation, job submission, log monitoring, and result extraction from ODB files.MIT
Related MCP Connectors
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Appeared in Searches
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/Zhangyoupeng1996/Codex_MCP_Abaqus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server