MCP Server
PFC - ITASCA Discrete Element Simulation MCP Server
io.github.yusong652/pfc
What is the PFC - ITASCA Discrete Element Simulation MCP server?
Give AI agents full access to ITASCA PFC - documentation, simulation, and plot capture.
How to install PFC - ITASCA Discrete Element Simulation
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": {
"pfc": {
"command": "uvx",
"args": [
"pfc-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pfc": {
"command": "uvx",
"args": [
"pfc-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pfc": {
"command": "uvx",
"args": [
"pfc-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pfc": {
"type": "stdio",
"command": "uvx",
"args": [
"pfc-mcp"
]
}
}
}Claude Code
claude mcp add pfc -- uvx pfc-mcpRelated MCP servers
MCP server for YADE — open-source DEM engine. Browse API docs, run simulations, manage tasks.
View repository →