1. Conduid
  2. Developer Tools
  3. Unofficial Cellosaurus MCP
MCP server · Developer Tools

Unofficial Cellosaurus MCP

An unofficial Model Context Protocol (MCP) server for the SIB Cellosaurus cell line knowledge resource.

Unclaimed Apache-2.0 last commit 6 months ago devtools
59Fair

Scored 23 hours ago · breakdown

About Unofficial Cellosaurus MCP

Unofficial Cellosaurus MCP is an MCP server published by biocontext-ai in the Developer Tools category: an unofficial Model Context Protocol (MCP) server for the SIB Cellosaurus cell line knowledge resource. It has been installed 0 times through Conduid.

The repository has 1 stars and 1 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx unofficial-cellosaurus-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Unofficial Cellosaurus MCP

Powered by Claude · Grounded in docs

I know everything about Unofficial Cellosaurus MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

0.0.2cellosaurus_mcp 0.0.2 · 27 Feb 2026fix fastmcp below v3
0.0.1cellosaurus_mcp 0.0.1 · 11 Sep 2025Initial release

README

Cellosaurus MCP Server

BioContextAI - Registry Tests Documentation

An unofficial Model Context Protocol (MCP) server for the SIB Cellosaurus cell line knowledge resource.

About Cellosaurus

Cellosaurus is a comprehensive knowledge resource on cell lines developed by the CALIPHO group at the SIB Swiss Institute of Bioinformatics. It provides detailed information about:

  • Immortalized cell lines used in biomedical research
  • Cell line characteristics, genetics, and metadata
  • Cross-references to databases and publications
  • STR profiles for authentication
  • Disease associations and tissue origins

License Notice: The Cellosaurus database is made available under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. When using data from Cellosaurus, please provide appropriate attribution to the Cellosaurus team and cite their work.

Features

This MCP server provides the following tools for accessing Cellosaurus data:

Core Tools

  • search_cell_lines: Search for cell lines using flexible Solr syntax
  • get_cell_line_info: Get detailed information about a specific cell line by accession
  • get_release_info: Get current database version and statistics

Specialized Search Tools

  • find_cell_lines_by_disease: Find cell lines associated with specific diseases
  • find_cell_lines_by_tissue: Find cell lines derived from specific tissues/organs
  • list_available_fields: Get all available data fields and their descriptions

Example Queries

# Search for HeLa cell lines
search_cell_lines(query="id:HeLa", fields=["id", "ac", "ox", "di"])

# Find liver cancer cell lines
find_cell_lines_by_disease(disease="hepatocellular carcinoma", species="human")

# Find all liver-derived cell lines
find_cell_lines_by_tissue(tissue="liver", species="human")

# Get detailed info for a specific cell line
get_cell_line_info(accession="CVCL_0030", fields=["id", "str", "karyotype"])

Installation

You need to have Python 3.11 or newer installed on your system.

Option 1: Using uvx (recommended)

uvx cellosaurus_mcp

Option 2: MCP Client Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "cellosaurus": {
      "command": "uvx",
      "args": ["cellosaurus_mcp"],
      "env": {
        "UV_PYTHON": "3.11"
      }
    }
  }
}

Option 3: Direct Installation

pip install cellosaurus_mcp

Contact

If you found a bug, please use the issue tracker.

Citation

If this MCP server is useful to your research, please cite it as below.

@article{BioContext_AI_Kuehl_Schaub_2025,
  title={BioContextAI is a community hub for agentic biomedical systems},
  url={http://dx.doi.org/10.1038/s41587-025-02900-9},
  urldate = {2025-11-06},
  doi={10.1038/s41587-025-02900-9},
  year = {2025},
  month = nov,
  journal={Nature Biotechnology},
  publisher={Springer Science and Business Media LLC},
  author={Kuehl, Malte and Schaub, Darius P. and Carli, Francesco and Heumos, Lukas and Hellmig, Malte and Fernández-Zapata, Camila and Kaiser, Nico and Schaul, Jonathan and Kulaga, Anton and Usanov, Nikolay and Koutrouli, Mikaela and Ergen, Can and Palla, Giovanni and Krebs, Christian F. and Panzer, Ulf and Bonn, Stefan and Lobentanzer, Sebastian and Saez-Rodriguez, Julio and Puelles, Victor G.},
  year={2025},
  month=nov,
  language={en},
}

README mirrored from the source repository 23 hours ago. The original is authoritative.

Questions

About Unofficial Cellosaurus MCP

How do I install Unofficial Cellosaurus MCP?

Run npx unofficial-cellosaurus-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Unofficial Cellosaurus MCP safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Unofficial Cellosaurus MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.