Enrichr MCP Server
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.
Installation
Claude Desktop
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.
Cursor / VS Code
Use the buttons below to install with default settings:
Claude Code
claude mcp add enrichr-mcp-server -- npx -y enrichr-mcp-serverOr install as a Claude Code plugin:
/plugin install enrichr-mcp-serverSmithery
npx -y @smithery/cli install enrichr-mcp-server --client claudeManual Configuration
Add to your MCP client config (e.g., .cursor/mcp.json):
{
"mcpServers": {
"enrichr-server": {
"command": "npx",
"args": ["-y", "enrichr-mcp-server"]
}
}
}





