Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables interaction with AnnData objects via the Model Context Protocol, allowing querying and manipulation of annotated data matrices for single-cell genomics.

README.md

anndata-mcp-workshop

![BioContextAI - Registry](https://biocontext.ai/registry) [![Tests][badge-tests]][tests] [![Documentation][badge-docs]][documentation]

[badge-tests]: https://img.shields.io/github/actions/workflow/status/dschaub95/anndata-mcp-workshop/test.yaml?branch=main [badge-docs]: https://img.shields.io/readthedocs/anndata-mcp-workshop

A very interesting piece of code

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-workshop on BioContextAI.

Installation

You need to have Python 3.10 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-workshop:

1. Use uvx to run it immediately

After publication to PyPI: ``bash uvx anndata_mcp_workshop ``

Or from a Git repository:

uvx git+https://github.com/dschaub95/anndata-mcp-workshop.git@main

2. Include it in one of various clients that supports the mcp.json standard

If your MCP server is published to PyPI, use the following configuration:

{
  "mcpServers": {
    "anndata-mcp-workshop": {
      "command": "uvx",
      "args": ["anndata_mcp_workshop"]
    }
  }
}

In case the MCP server is not yet published to PyPI, use this configuration:

{
  "mcpServers": {
    "anndata-mcp-workshop": {
      "command": "uvx",
      "args": ["git+https://github.com/dschaub95/anndata-mcp-workshop.git@main"]
    }
  }
}

For purely local development (e.g., in Cursor or VS Code), use the following configuration:

{
  "mcpServers": {
    "anndata-mcp-workshop": {
      "command": "uvx",
      "args": [
        "--refresh",
        "--from",
        "path/to/repository",
        "anndata_mcp_workshop"
      ]
    }
  }
}

If you want to reuse and existing environment for local development, use the following configuration:

{
  "mcpServers": {
    "anndata-mcp-workshop": {
      "command": "uv",
      "args": ["run", "--directory", "path/to/repository", "anndata_mcp_workshop"]
    }
  }
}

3. Install it through pip:

pip install --user anndata_mcp_workshop

4. Install the latest development version:

pip install git+https://github.com/dschaub95/anndata-mcp-workshop.git@main

Contact

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

Citation

t.b.a

[uv]: https://github.com/astral-sh/uv [issue tracker]: https://github.com/dschaub95/anndata-mcp-workshop/issues [tests]: https://github.com/dschaub95/anndata-mcp-workshop/actions/workflows/test.yaml [documentation]: https://anndata-mcp-workshop.readthedocs.io [changelog]: https://anndata-mcp-workshop.readthedocs.io/en/latest/changelog.html [api documentation]: https://anndata-mcp-workshop.readthedocs.io/en/latest/api.html [pypi]: https://pypi.org/project/anndata-mcp-workshop

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.