An MCP server to interact with the UCSC Genome Browser API
Standard I/O
Build from source
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"ucsc-genome-mcp": {
"args": [
"index.js"
],
"command": "node"
}
}
}