1. Conduid
  2. Developer Tools
  3. Anndata MCP
MCP server · Developer Tools

Anndata MCP

Allows to retrieve information about an AnnData object via MCP

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored 17 hours ago · breakdown

About Anndata MCP

Anndata MCP is an MCP server published by biocontext-ai in the Developer Tools category: allows to retrieve information about an AnnData object via MCP. It has been installed 0 times through Conduid.

The repository has 7 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 anndata-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 Anndata MCP

Powered by Claude · Grounded in docs

I know everything about Anndata 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.2.11anndata-mcp 0.2.11 · 27 Feb 2026fix fastmcp below v3
0.2.10anndata-mcp 0.2.10 · 8 Dec 2025fix filtering schema and restrict pandas version
0.2.9anndata-mcp 0.2.9 · 25 Nov 2025simplify input schema for filtering and ensure compatibility with vscode
0.2.8anndata-mcp 0.2.8 · 16 Nov 2025major refactoring of error handling support for nested key access filter option in `view_raw_data`
0.2.7anndata-mcp 0.2.7 · 13 Nov 2025add option to filter based on var columns and index add support for glob-like patterns in the columns_or_genes argument small bugfixes

README

AnnData MCP

BioContextAI - Registry Tests Documentation

Allows to retrieve information about an AnnData object via MCP using the read_lazy function from anndata.

Getting started

Please refer to the documentation, in particular, the API documentation.

You can also find the project on BioContextAI, the community-hub for biomedical MCP servers: anndata-mcp on BioContextAI.

Installation

You need to have Python 3.11 or newer installed on your system. If you don't have Python installed, we recommend installing uv.

There are several alternative options to install anndata-mcp:

  1. Use uvx to run it immediately:
uvx anndata-mcp
  1. Include it in one of various clients that supports the mcp.json standard, please use:
{
  "mcpServers": {
    "anndata-mcp": {
      "command": "uvx",
      "args": ["anndata-mcp"]
    }
  }
}
  1. Install it through pip:
pip install --user anndata-mcp
  1. Install the latest development version:
pip install git+https://github.com/biocontext-ai/anndata-mcp.git@main

Contact

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

Citation

If this MCP server is useful to your research, please cite the BioContextAI and the anndata publications:

@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},
}
@article{Virshup2024,
  title = {anndata: Access and store annotated data
matrices},
  volume = {9},
  ISSN = {2475-9066},
  url = {http://dx.doi.org/10.21105/joss.04371},
  DOI = {10.21105/joss.04371},
  number = {101},
  journal = {Journal of Open Source Software},
  publisher = {The Open Journal},
  author = {Virshup,  Isaac and Rybakov,  Sergei and Theis,  Fabian J. and Angerer,  Philipp and Wolf,  F. Alexander},
  year = {2024},
  month = sep,
  pages = {4371}
}

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

Questions

About Anndata MCP

How do I install Anndata MCP?

Run npx anndata-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 Anndata 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 Anndata 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.