Skip to content
VS Code

PhysiCell Configuration Builder for VS Code

io.github.marcorusc/physicell

MCP server for building, inspecting, and exporting PhysiCell and PhysiBoSS configuration files

client:VS Code transport:stdio runtime:pypi

Install PhysiCell Configuration Builder in VS Code

.vscode/mcp.json

{
  "servers": {
    "physicell": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PhysiCell Configuration Builder in other clients