hlydecker/ucsc-genome-mcp
MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
Quick Start
Clone the repository:
git clone https://github.com/hlydecker/ucsc-genome-mcpClaude 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.