Skip to content
VS Code

ITASCA MCP Server for VS Code

io.github.yusong652/itasca-mcp

Give AI agents full access to ITASCA PFC, FLAC3D, 3DEC, MPoint, MassFlow: docs, simulation, plots.

client:VS Code transport:stdio runtime:pypi

Install ITASCA MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "itasca-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "itasca-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ITASCA MCP Server in other clients