longevity-genie/biothings-mcp
MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information.
Quick Start
Clone the repository:
git clone https://github.com/longevity-genie/biothings-mcpClaude Desktop configuration example:
{
"mcpServers": {
"biothings-mcp": {
"command": "npx",
"args": [
"-y",
"longevity-genie/biothings-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.