jianzhichun/abaqus-mcp-server
An MCP (Model Context Protocol) server designed to interact with an already running Abaqus/CAE Graphical User Interface (GUI). It allows for the execution of Python scripts within the Abaqus environment and retrieval of messages from the Abaqus message log/area, all through MCP tools.
Platform-specific configuration:
{
"mcpServers": {
"abaqus-mcp-server": {
"command": "npx",
"args": [
"-y",
"abaqus-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...