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": {}
}
}
}