Skip to content
Cursor

NeKo Biological Network Builder for Cursor

io.github.marcorusc/neko

MCP server for biological network construction and analysis using pathway databases

client:Cursor transport:stdio runtime:pypi

Install NeKo Biological Network Builder in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "neko": {
      "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

NeKo Biological Network Builder in other clients