cellosaurus-mcp-server

QuentinCody/cellosaurus-mcp-server
★ 0 stars TypeScript File System Updated 3d ago
Cellosaurus MCP server — cell-line knowledge resource (CVCL_ lookup, search, cross-refs to CCLE/DepMap/Cosmic/ATCC)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cellosaurus-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/cellosaurus-mcp-server"
      ]
    }
  }
}