Back to Apps

itasca-mcp
Supports UIby yusong652
Connect AI agents to ITASCA numerical modeling software (PFC, FLAC, 3DEC, MPoint, MassFlow) to run simulations via natural conversation.
0 stars
Works in:CodexGemini CLI
Exposes:ToolsResources
What it does
Connects AI agents to ITASCA's suite of numerical modeling software, including PFC, FLAC, 3DEC, MPoint, and MassFlow. It allows users to browse documentation, execute simulation code, and monitor progress through an LLM interface.
Tools
itasca_execute_code: Run commands directly in the ITASCA engine.itasca_browse_docs: Search and explore engine-specific command documentation.itasca_submit_task: Submit a numerical simulation for background execution.itasca_monitor_progress: Check the status and progress of running simulations.itasca_interrupt_task: Stop a running simulation task.itasca_get_history: Retrieve history of previously executed tasks.
Installation
{
"mcpServers": {
"itasca-mcp": {
"command": "uvx",
"args": ["itasca-mcp"]
}
}
}
Supported hosts
Confirmed for Claude Code, Codex, and Gemini CLI.
Quick install
uvx itasca-mcpInformation
- Pricing
- free
- Published
- 7/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add `itasca-mcp` to MCP config via `codex mcp add itasca-mcp -- uvx itasca-mcp`Gemini CLI
Add `itasca-mcp` via `gemini mcp add itasca-mcp uvx itasca-mcp`Claude Desktop
{
"mcpServers": {
"itasca-mcp": {
"command": "uvx",
"args": ["itasca-mcp"]
}
}
}





