PluginBench
MCP Server

MaBoSS Boolean Network Simulator MCP Server

io.github.marcorusc/MaBoSS

What is the MaBoSS Boolean Network Simulator MCP server?

MCP server for Boolean network simulation and attractor analysis using MaBoSS

How to install MaBoSS Boolean Network Simulator

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": {
    "MaBoSS": {
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers",
        "--from",
        "mcp-biomodelling-servers",
        "mcp-maboss-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "MaBoSS": {
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers",
        "--from",
        "mcp-biomodelling-servers",
        "mcp-maboss-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "MaBoSS": {
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers",
        "--from",
        "mcp-biomodelling-servers",
        "mcp-maboss-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "MaBoSS": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers",
        "--from",
        "mcp-biomodelling-servers",
        "mcp-maboss-server"
      ]
    }
  }
}
Claude Code
claude mcp add MaBoSS -- uvx mcp-biomodelling-servers --from mcp-biomodelling-servers mcp-maboss-server

Related MCP servers

MCP server for biological network construction and analysis using pathway databases

View repository →

MCP server for configuring PhysiCell multiscale multicellular biological simulations

View repository →