Odel
ITASCA MCP Server

ITASCA MCP Server

Local
@yusong652164PythonMITUpdated 1w ago

Give AI agents full access to ITASCA PFC, FLAC3D, 3DEC - documentation, simulation, plot capture.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIitasca-mcpv0.6.8

Run

uvx itasca-mcp

MCP client config

{
  "mcpServers": {
    "itasca-mcp-server": {
      "command": "uvx",
      "args": [
        "itasca-mcp"
      ]
    }
  }
}