★ 0 stars
TypeScript
📦 Other
Updated today
BioThings MCP server — batch entity resolution for genes (MyGene.info), variants (MyVariant.info), and compounds (MyChem.info)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"biothings-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/biothings-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add biothings-mcp-server npx -y QuentinCody/biothings-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"biothings-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/biothings-mcp-server"
]
}
}
}