MCP Directory
Back

Abaqus-Control-MCP

by Whfkl · Python · ★ 136

让 AI 可以驱动 Abaqus建模。Connect Claude, Cursor, and other MCP clients directly to your active Abaqus/CAE session.

Install

pip install git+https://github.com/Whfkl/Abaqus-Control-MCP.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "abaqus-control-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Whfkl/Abaqus-Control-MCP.git"
      ]
    }
  }
}

From the README

[](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [中文](README_ZH.md) | English > **Let AI drive Abaqus directly.** Describe the model you want — geometry, materials, loads, steps — and let the AI work inside your live Abaqus/CAE session. **Abaqus Control MCP** connects Claude Code, Codex, Antigravity, and any other MCP-compatible client to a running Abaqus/CAE instance. You describe the task, the AI translates it into Abaqus actions, and the model updates in real time. > **Older Abaqus versions** ship Python 2. If your Abaqus uses Python 2, use the [Python 2 com…
Read full README on GitHub →

Related other servers