PhysiCell Configuration Builder for Cursor
io.github.marcorusc/physicell
MCP server for building, inspecting, and exporting PhysiCell and PhysiBoSS configuration files
client:Cursor
transport:stdio
runtime:pypi
Install PhysiCell Configuration Builder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"physicell": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-biomodelling-servers"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs