biomart-mcp

biomart-mcp

5

Biomart MCP is a Model Context Protocol server designed to interface with Biomart databases. It provides functionalities to explore and query biological datasets and translate between different biological identifiers, enhancing context provision for LLMs.

uv
{
  "mcpServers": {
    "Biomart": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "pybiomart",
        "mcp",
        "run",
        "/your/path/to/biomart-mcp.py"
      ]
    }
  }
}