Back to MCP Servers
Enrichr
A MCP server that provides gene set enrichment analysis using the Enrichr API
search-data-extractionapi
By tianqitang1
Installation
npx -y enrichr-mcp-serverConfiguration
{
"mcpServers": {
"enrichr-mcp-server": {
"command": "npx",
"args": ["-y", "enrichr-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes