Skip to content
MCP Server Community By @longevity-genie

longevity-genie/biothings-mcp

🐍 🏠 ☁️ - MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information.

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

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

Installation Guide

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

Detailed Documentation

🐍 🏠 ☁️ - MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information.

Configuration

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