ITASCA MCP Server for Cursor
io.github.yusong652/itasca-mcp
Give AI agents full access to ITASCA PFC, FLAC3D, 3DEC, MPoint, MassFlow: docs, simulation, plots.
client:Cursor
transport:stdio
runtime:pypi
Install ITASCA MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"itasca-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"itasca-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs