{
"mcpServers": {
"enrichr-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 14 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
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