hlydecker/ucsc-genome-mcp
🐍 ☁️ - MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: hlydecker/ucsc-genome-mcp Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-hlydecker-ucsc-genome-mcp
Detailed Documentation
🐍 ☁️ - MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
Configuration
{
"mcpServers": {
"hlydecker-ucsc-genome-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hlydecker-ucsc-genome-mcp"
],
"env": {}
}
}
}