Skip to main content
Science & ResearchPython

longevity-genie/biothings-mcp

MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information.

biology-medicine-and-bioinformaticscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/longevity-genie/biothings-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Science & Research
Language
Python
Author
longevity-genie