anndata-mcp-workshop
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@anndata-mcp-workshopload the sample dataset and display its shape"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Grist MCP Server
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:
uvx anndata_mcp_workshopOr from a Git repository:
uvx git+https://github.com/dschaub95/anndata-mcp-workshop.git@main2. 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_workshop4. Install the latest development version:
pip install git+https://github.com/dschaub95/anndata-mcp-workshop.git@mainContact
If you found a bug, please use the issue tracker.
Citation
t.b.a
This server cannot be deployed
Maintenance
Related MCP Connectors
Model Context Protocol server for Studex tools, notifications, and profile integrations
Agent-to-Agent (A2A) + Model Context Protocol (MCP) hub for peptides.
Individual-analyst context layer: recall, remember, and reconcile your data and engineering context.
Model Context Protocol extension for Hebrew calendar
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables efficient vector database operations for embedding storage and similarity search through a Model Context Protocol interface.7-
- FlicenseAqualityDmaintenanceEnables interaction with Grist documents, workspaces, and records via the Model Context Protocol. It supports comprehensive operations including SQL querying, schema management, and record CRUD functionality.11117 npm3-
- AlicenseNot gradedqualityCmaintenanceProvides a natural language interface for scRNA-Seq analysis using the Scanpy library, supporting operations such as data preprocessing, clustering, and visualization. It enables AI agents and clients to perform complex single-cell transcriptomics workflows through the Model Context Protocol.2BSD 3-Clause
- AlicenseNot gradedqualityDmaintenanceImplements the Model Context Protocol for managing, ingesting, and querying structured and unstructured data with integration to graph databases, vector search, and LLMs.3MIT