MCP server for querying cBioPortal cancer genomics data via natural language (Claude)
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"
]
}
}
}
Run in terminal:
claude mcp add query-cbioportal npx -y danil-pgxai/query-cbioportal
Add to .cursor/mcp.json:
{
"mcpServers": {
"query-cbioportal": {
"command": "npx",
"args": [
"-y",
"danil-pgxai/query-cbioportal"
]
}
}
}