H

hlydecker/ucsc-genome-mcp

ServersMIT

Overview

An MCP server for interacting with the UCSC Genome Browser API, enabling discovery of genomes, chromosomes, and related data.

Capabilities

  • stdio transport support
  • database integration
  • mcp client integration

Best For

MCP server to interact with UCSC Genome Browser API for genome and chromosome discovery.

Decision Snapshot

Install

available

Usage

available

Config

8 strong hints

Capabilities

3 key capabilities detected

  • • GitHub stars: 2
  • • Forks: 2
  • • Source provenance count: 1
  • • Last seen: 4/15/2026
  • • Published: 3/15/2026

Installation / Setup

# Clone or download the repository && cd ucsc-genome-mcp-server && # Install in development mode && pip install -e .

Example Config

This is an MCP Find-authored example config generated from strong evidence.

Final parameters should follow the tool's official setup documentation.

strong-evidencesource-clearmcp-find-example
{
  "mcpServers": {
    "ucsc-genome-mcp": {
      "command": "python",
      "args": [
        "ucsc_genome_mcp_server.py"
      ]
    }
  }
}

Usage

python ucsc_genome_mcp_server.py

Features

  • stdio transport support
  • database integration
  • mcp client integration
  • Capability signal: stdio transport support
  • Capability signal: database integration
  • Capability signal: mcp client integration

Use Cases

  • Capability coverage: stdio transport support; database integration.

Supported Clients / Integrations

  • stdio transport support
  • database integration
  • mcp client integration

Prompt Examples

example

python ucsc_genome_mcp_server.py

Notes / Requirements

  • Primary language: Python
  • License: MIT
  • Parser coverage score: 1.00
  • Source feeds: Awesome MCP Servers (punkpeye)
  • Topic cluster: general

Official Links

Source Information

Community: 2 stars
Last Updated: Apr 15, 2026
PythonMIT

You can verify all information on this page against the source repository above.

Related MCP Tools

What To Do Next

Continue from this tool into a workflow and a learn guide to shorten implementation time.