Back to MCP Servers
Ucsc Genome
MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
biology-medicine-and-bioinformaticsbrowserapi
By hlydecker
Installation
npx -y ucsc-genome-mcpConfiguration
{
"mcpServers": {
"ucsc-genome-mcp": {
"command": "npx",
"args": ["-y", "ucsc-genome-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes