MCP Server
PhysiCell Multiscale Simulation Builder MCP Server
io.github.marcorusc/PhysiCell
What is the PhysiCell Multiscale Simulation Builder MCP server?
MCP server for configuring PhysiCell multiscale multicellular biological simulations
How to install PhysiCell Multiscale Simulation Builder
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": {
"PhysiCell": {
"command": "uvx",
"args": [
"mcp-biomodelling-servers",
"--from",
"mcp-biomodelling-servers",
"mcp-physicell-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"PhysiCell": {
"command": "uvx",
"args": [
"mcp-biomodelling-servers",
"--from",
"mcp-biomodelling-servers",
"mcp-physicell-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"PhysiCell": {
"command": "uvx",
"args": [
"mcp-biomodelling-servers",
"--from",
"mcp-biomodelling-servers",
"mcp-physicell-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"PhysiCell": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-biomodelling-servers",
"--from",
"mcp-biomodelling-servers",
"mcp-physicell-server"
]
}
}
}Claude Code
claude mcp add PhysiCell -- uvx mcp-biomodelling-servers --from mcp-biomodelling-servers mcp-physicell-serverRelated MCP servers
MCP server for Boolean network simulation and attractor analysis using MaBoSS
View repository →MCP server for biological network construction and analysis using pathway databases
View repository →