Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"enrichr-server": {
"args": [
"-y",
"enrichr-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides gene set enrichment analysis using the Enrichr API. This server supports all available gene set libraries from Enrichr and returns only statistically significant results (corrected-$p$ < 0.05) for LLM tools to interpret.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'enrichr-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked enrichr-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / data
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for Enrichr Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides gene set enrichment analysis using the Enrichr API. This server supports all available gene set libraries from Enrichr and returns only statistically significant results (corrected-$p$ < 0.05) for LLM tools to interpret.
Download the latest MCPB bundle (.mcpb file) and install it via ☰ (top left) -> File -> Settings, then drag and drop the file into the Settings window.
Use the buttons below to install with default settings:
claude mcp add enrichr-mcp-server -- npx -y enrichr-mcp-server
Or install as a Claude Code plugin:
/plugin install enrichr-mcp-server
npx -y @smithery/cli install enrichr-mcp-server --client claude
Add to your MCP client config (e.g., .cursor/mcp.json):
{
"mcpServers": {
"enrichr-server": {
"command": "npx",
"args": ["-y", "enrichr-mcp-server"]
}
}
}
enrichr_analysis for running enrichment, suggest_libraries for discovering relevant librariesenrichment_analysis prompt for end-to-end analysis with interpretationsuggest_librariesDiscover the most relevant Enrichr libraries for a research question. Use this before enrichr_analysis to pick the best libraries for your specific topic. No network call needed — searches locally across all library names and descriptions.
Parameters:
query (required): Research context (e.g., "DNA repair", "breast cancer drug resistance")category (optional): Filter by category (e.g., cancer, pathways, kinases)maxResults (optional): Max results to return (default: 10, max: 50)Returns:
enrichr_analysisPerform enrichment analysis across multiple Enric