What is the ITASCA MCP Server MCP server?
Give AI agents full access to ITASCA PFC, FLAC3D, 3DEC - documentation, simulation, plot capture.
How to install ITASCA MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"itasca-mcp": {
"command": "uvx",
"args": [
"itasca-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"itasca-mcp": {
"command": "uvx",
"args": [
"itasca-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"itasca-mcp": {
"command": "uvx",
"args": [
"itasca-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"itasca-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"itasca-mcp"
]
}
}
}Claude Code
claude mcp add itasca-mcp -- uvx itasca-mcpRelated MCP servers
YADE MCP Server
Maintained
MCP server for YADE — open-source DEM engine. Browse API docs, run simulations, manage tasks.
13
View repository →Python
MIT