ncbi-datasets-mcp-server

syntheticgio/ncbi-datasets-mcp-server
★ 0 stars Python Search Updated 2d ago
An MCP server for NCBI Datasets command line tools which allows for the searching and fetching of NCBI Taxonomy, Gene, Genome, and Viral data. Note: this project is not affiliated with NCBI or the NCBI Datasets team.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ncbi-datasets-mcp-se": {
      "command": "uvx",
      "args": [
        "ncbi-datasets-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ncbi-datasets-mcp-server