query-cbioportal

danil-pgxai/query-cbioportal
★ 0 stars Unknown language AI/LLM Updated 7d ago
MCP server for querying cBioPortal cancer genomics data via natural language (Claude)
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": {
    "query-cbioportal": {
      "command": "npx",
      "args": [
        "-y",
        "danil-pgxai/query-cbioportal"
      ]
    }
  }
}