Skip to content
MCP Server Community By @longevity-genie

longevity-genie/gget-mcp

🐍 🏠 ☁️ - MCP server providing a powerful bioinformatics toolkit for genomics queries and analysis, wrapping the popular `gget` library.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: longevity-genie/gget-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-longevity-genie-gget-mcp

Detailed Documentation

🐍 🏠 ☁️ - MCP server providing a powerful bioinformatics toolkit for genomics queries and analysis, wrapping the popular gget library.

Configuration

{
  "mcpServers": {
    "longevity-genie-gget-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-longevity-genie-gget-mcp"
      ],
      "env": {}
    }
  }
}