Skip to main content
Science & ResearchPython

hlydecker/ucsc-genome-mcp

MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.

biology-medicine-and-bioinformaticscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hlydecker/ucsc-genome-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ucsc-genome-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hlydecker/ucsc-genome-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Science & Research
Language
Python
Author
hlydecker