Skip to main content
Search & Data ExtractionTypeScript

tianqitang1/enrichr-mcp-server

A MCP server that provides gene set enrichment analysis using the Enrichr API

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tianqitang1/enrichr-mcp-server

Claude 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.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
tianqitang1