MCP server exposing gget bioinformatics tools for genomics queries, sequence analysis, and functional enrichment.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Gget MCP.
gget_searchCallable MCP tool function
gget_infoCallable MCP tool function
gget_seqCallable MCP tool function
gget_refCallable MCP tool function
gget_blastCallable MCP tool function
gget_blatCallable MCP tool function
MCP (Model Context Protocol) server for the gget bioinformatics library.

This server implements the Model Context Protocol (MCP) for gget, providing a standardized interface for accessing powerful bioinformatics tools and databases. MCP enables AI assistants and agents to perform complex genomics queries through structured interfaces.
The gget bioinformatics toolkit provides efficient querying of genomic databases and includes functions for:
👤 User: "Analyze the TP53 gene - find its details and protein sequence, then check for cancer mutations"
🤖 AI Assistant: I'll help you analyze TP53 step by step:
[Uses gget_search] → Found TP53 (ENSG00000141510) on chromosome 17
[Uses gget_info] → TP53 is a protein-coding tumor suppressor gene
[Uses gget_seq with translate=True] → Retrieved 393 amino acid protein sequence
[Uses gget_cosmic] → Found hotspot mutations R175H, R248Q, R273H in multiple cancers
👤 User: "Now predict the 3D structure of this protein sequence: MSKGEELFTGVVPILVEL..."
🤖 AI Assistant: Let me analyze this sequence:
[Uses gget_blast] → Identified as Green Fluorescent Protein (GFP)
[Uses gget_alphafold] → Predicted classic beta-barrel structure with 90%+ confidence
👤 User: "Perform pathway enrichment for DNA repair genes: TP53, BRCA1, BRCA2, ATM"
🤖 AI Assistant: [Uses gget_enrichr] → Top pathways: DNA Damage Response, Homologous Recombination, Cell Cycle Checkpoints, p53 Signaling
See how powerful this is? You can now ask natural language questions about genes, sequences, mutations, and pathways - the AI does the complex bioinformatics work for you!
MCP is a protocol that bridges the gap between AI systems and specialized domain tools. It enables:
If you want to understand more about what the Model Context Protocol is and how to use it more efficiently, you can take the DeepLearning AI Course or search for MCP videos on YouTube.
gget_search: Find Ensembl IDs associated with search termsgget_info: Fetch detailed information for Ensembl IDsgget_seq: Retrieve nucleotide or amino acid sequencesgget_ref: Get reference genome information from Ensemblgget_blast: BLAST nucleotide or amino acid sequencesgget_blat: Find genomic locations of sequencesgget_muscle: Align multiple sequencesgget_archs4: Get gene expression data from ARCHS4gget_enrichr: Perform gene set enrichment analysisgget_pdb: Fetch protein structure data from PDBgget_alphafold: Predict protein structure using AlphaFoldgget_cosmic: Search COSMIC database for cancer mutationsgget_cellxgene: Query single-cell RNA-seq data from CellxGeneuvx is a very nice tool that can run a python package installing it if needed.
You can run the gget-mcp server directly using uvx without cloning the repository:
In cases when there are problems with uvx often they can be caused by cleaning uv cache:
The HTTP mode will start a web server that you can access at http://localhost:3002/mcp (with documentation at http://localhost:3002/docs). The STDIO mode is designed for MCP clients that communicate via standard input/output, while SSE mode uses Server-Sent Events for real-time communication.
Note: Currently, we do not have a Swagger/OpenAPI interface, so accessing the server directly in your browser will not show much useful information. To explore the available tools and capabilities, you should either use the MCP Inspector (see below) or connect through an MCP client to see the available tools.
We provide preconfigured JSON files for different use cases. Here are the actual configuration examples:
Use this configuration for most AI clients. Use this mode when you want to save large output files (sequences, structures, alignments) to disk instead of returning them as text. Create or update your MCP configuration file:
For HTTP mode:
For a visual guide on how to configure MCP servers with AI clients, check out our configuration tutorial video for our sister MCP server (biothings-mcp). The configuration principles are exactly the same for the gget MCP server - just use the appropriate JSON configuration files provided above.
If you want to inspect the methods provided by the MCP server, use npx (you may need to install nodejs and npm):
For STDIO mode with uvx:
You can also run the inspector manually and configure it through the interface:
After that you can explore the tools and resources with MCP Inspector at which is usually at 6274 port (note, if you run inspector several times it can change port)
Simply point your AI client (like Cursor, Windsurf, ClaudeDesktop, VS Code with Copilot, or others) to use the appropriate configuration file from the repository.
This guide will walk you through setting up Claude Desktop with the gget_mcp extension and Google Drive integration on Windows. By the end, you'll be able to use Claude to fetch biological data (like gene sequences) and save them directly to your Google Drive folder with offline access.
Download and install Google Drive for Desktop
Launch the application and sign in with your user account
Connect your project's shared Google account (if applicable)
Configure offline access for your working folder:
C:\GDrive\holy-bio-mcp\My Disk\workImportant: This is different from just syncing - offline access ensures the files are locally available while still being part of your Google Drive structure.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/longevity-genie-gget-mcp)<a href="https://allmcps.com/mcp/longevity-genie-gget-mcp"><img src="https://allmcps.com/api/badge/longevity-genie-gget-mcp?style=directory" alt="Gget MCP on AllMCPs" /></a>