Labsco
jzinno logo

Biomart MCP

โ˜… 7

from jzinno

Interface with Biomart, a biological data query tool, using the pybiomart Python package.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” an MCP server that interfaces with Biomart biological databases via the pybiomart package, for bioinformatics queries from Claude or Cursor.

What you get โ€”

  • Mart and dataset discovery to explore Biomart structure
  • Attribute and filter exploration for specific datasets
  • Data retrieval with specified attributes and filters โ€” e.g. "map these Ensembl gene IDs to gene symbols"
  • Works across MCP clients including Claude Desktop and Cursor (also usable by OpenAI/DeepSeek models)

Requirements โ€” nothing โ€” env is empty and Biomart needs no key; requires the mcp[cli] and pybiomart Python packages.

Cost snapshot โ€” free and open source, MIT licensed; Biomart is a free public service, so no usage cost.

Setup effort โ€” install via Smithery one-liner or uv run --with mcp[cli] mcp install --with pybiomart biomart-mcp.py.

Our take โ€” A useful bridge for genomics researchers. Practical caveat: it depends on the external Biomart service (pybiomart) being available, and large queries can be heavy to return.

Source: the project README โ€” summarized 2026-07-08.