npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

open-genes-mcp

v1.0.1

Published

MCP client for Open Genes AI - access 7500+ aging and longevity genes

Downloads

22

Readme

open-genes-mcp

MCP (Model Context Protocol) client for Open Genes AI — access 7,500+ aging and longevity genes directly from Claude Desktop, Cursor, or Claude Code.

No API keys required! All requests are proxied through the Open Genes API.

Installation

Add to your MCP configuration file:

Claude Desktop

Edit ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "open-genes": {
      "command": "npx",
      "args": ["open-genes-mcp"]
    }
  }
}

Cursor

Edit .cursor/mcp.json in your project or global config:

{
  "mcpServers": {
    "open-genes": {
      "command": "npx",
      "args": ["open-genes-mcp"]
    }
  }
}

Claude Code

Edit ~/.claude/claude_code_config.json:

{
  "mcpServers": {
    "open-genes": {
      "command": "npx",
      "args": ["open-genes-mcp"]
    }
  }
}

Available Tools

Once configured, you'll have access to these tools:

| Tool | Description | |------|-------------| | search_genes | Search genes by name, symbol, or keyword | | get_gene | Get detailed info about a specific gene | | get_gene_researches | Get research data for a gene | | search_lifespan_experiments | Search lifespan experiments | | compare_genes | Compare 2-5 genes | | get_database_stats | Database statistics | | semantic_search_genes | AI-powered semantic search | | find_similar_genes | Find functionally similar genes |

Example Queries

After installation, you can ask Claude:

  • "What genes are involved in DNA repair and affect lifespan?"
  • "Tell me about SIRT1 and its role in aging"
  • "Find genes similar to FOXO3"
  • "Compare SIRT1, SIRT3, and SIRT6"
  • "What are the best-studied longevity genes?"

Database

Open Genes contains:

  • 7,500+ genes associated with aging and longevity
  • 2,500+ lifespan experiments on model organisms
  • 23 hallmarks of aging (aging mechanisms)
  • 300+ diseases with gene associations
  • 22,500+ semantic embeddings for AI search

Links

  • Web App: https://open-genes-ai.onrender.com
  • Open Genes Database: https://open-genes.com
  • GitHub: https://github.com/DanilaImmortalist/open-genes-ai

License

MIT