MCP server for [ITASCA PFC](https://www.itascacg.com/software/pfc) discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y pfc-mcpAgent-CoreX intelligently routes which tools from yusong652/pfc-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"pfc-mcp": {
"command": "npx",
"args": [
"-y",
"pfc-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add pfc-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use yusong652/pfc-mcp directly without routing
npx -y pfc-mcpNew to Agent-CoreX? View setup guide →