BioVis-MCP
Click on "Install 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., "@BioVis-MCPGenerate a volcano plot from the attached differential expression data"
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.
𧬠BioVis-MCP: Automated Bioinformatics Visualization
"From raw data to publication-ready figures in seconds."
BioVis-MCP is a high-performance Model Context Protocol (MCP) server that empowers Large Language Models (like Claude) with the ability to generate publication-quality (300 DPI) bioinformatics visualizations directly from raw biological data.
No more manual Matplotlib tweaking. Just send the data, and get a verified, manuscript-ready image path.
β¨ Features (Phases 1-3)
π Visualization Suite
Volcano Plots: High-resolution visualization of differential expression, with automated significance highlighting (Up/Down regulated).
PCA Plots: Principal Component Analysis for sample relationship and variance insights.
Expression Heatmaps: Professional heatmaps with hierarchical clustering and customizable colormaps.
MA Plots: Classic M-versus-A plots for global genomic trends.
Pathway Enrichment: Horizontal bar charts and dynamic Bubble Charts (Gene Count vs. Significance).
π Reporting & AI Integration
Smart Figure Captions: Context-aware, statistically accurate scientific captions generated automatically.
Comprehensive Reports: Multi-figure assembly into professional PDF and DOCX documents.
High DPI Standards: All figures are generated at 300 DPI using
bbox_inches='tight'for Q1 journal compliance.
Related MCP server: GenomeMCP
π οΈ Tech Stack
Framework: FastMCP
Libraries: Pandas, Scikit-learn, Scipy, Matplotlib, Seaborn
Export Formats: PNG (Figures), PDF & DOCX (Reports)
π Installation & Claude Integration
BioVis-MCP can be added to Claude Desktop using one of the following methods.
Method 1: Using uvx (Recommended)
This is the fastest way to run BioVis-MCP without manual installation. Ensure you have uv installed.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"BioVis-MCP": {
"command": "uvx",
"args": ["biovis-mcp"]
}
}
}Method 2: Using pip
If you prefer a standard installation:
pip install biovis-mcpThen add this to your claude_desktop_config.json:
{
"mcpServers": {
"BioVis-MCP": {
"command": "python",
"args": [
"-m",
"biovis_mcp.server"
]
}
}
}π οΈ Development & Contributing
If you want to contribute or modify the server locally:
1. Clone the Repository
git clone https://github.com/ZaEyAsa/biovis-mcp.git
cd biovis-mcp2. Install for Development
pip install -e .[dev]3. Developer Configuration (Claude Desktop)
For local development, point directly to your server.py:
"BioVis-MCP-Dev": {
"command": "C:/path/to/python.exe",
"args": [
"C:/path/to/biovis-mcp/src/biovis_mcp/server.py"
],
"env": {
"PYTHONPATH": "C:/path/to/biovis-mcp/src"
}
}Use absolute paths for bothpython.exe and server.py on Windows.
π Available Tools
generate_volcano_plot(data, title, fc_threshold, pval_threshold)generate_bar_enrichment(data, title, top_n, color)generate_heatmap_plot(data, title, cluster, cmap)generate_pca_plot(data, metadata, title, group_col)generate_bubble_enrichment(data, title, top_n)generate_ma_plot(data, title, pval_threshold)get_figure_caption(tool_type, stats)create_report(figures_with_captions, format, report_name)
π Output Structure
/figures: High-resolution PNG files./reports: Formatted PDF and DOCX documents.
Developed by ZaEyAsa β Your Advanced Agentic Bio-Visualization Assistant.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides machine learning researchers with tools for creating publication-quality scientific visualizations, statistical plots, and 2D data representations. It streamlines the research workflow by enabling AI assistants to generate complex figures from CSV, JSON, or direct data inputs.9MIT
- Alicense-qualityDmaintenanceEnables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.22MIT
- AlicenseAqualityDmaintenanceEnables bioinformatics analysis through natural language conversations with Claude Desktop, automatically generating and executing Python scripts to produce HTML reports and visualizations.3169MIT
- AlicenseAqualityBmaintenanceEnables AI agents to create data visualizations like bar charts, line charts, pie charts, scatter plots, and histograms, returning inline SVG or PNG files.5MIT
Related MCP Connectors
The statistical analyst in your AI chat β validated, citable, re-runnable analysis of your data.
Renders interactive Chart.js charts and dashboards inline in AI conversations.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyβ¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/muslus/biovis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server