tianqitang1/enrichr-mcp-server
A MCP server that provides gene set enrichment analysis using the Enrichr API
Quick Start
Clone the repository:
git clone https://github.com/tianqitang1/enrichr-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"enrichr-mcp-server": {
"command": "npx",
"args": [
"-y",
"tianqitang1/enrichr-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.