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

sefaria-mcp-server

v1.0.0

Published

MCP server for Sefaria - Access Jewish texts (Torah, Talmud, Midrash, Commentaries) via Model Context Protocol

Readme

Sefaria MCP Server

An MCP (Model Context Protocol) server that provides access to Sefaria's library of Jewish texts - Torah, Talmud, Mishnah, Midrash, and thousands of commentaries.

Use this server to give Claude, Cursor, Windsurf, or any MCP-compatible AI assistant the ability to search, read, and explore Jewish texts.

Features

  • 📖 Read any text - Torah, Talmud, Mishnah, Midrash, Halacha, Kabbalah
  • 🔍 Full-text search - Search across all texts in English or Hebrew
  • 📚 Get commentaries - Rashi, Ramban, Ibn Ezra, and hundreds more
  • 📅 Daily learning - Daf Yomi, Parsha, daily Rambam, and more
  • 🔗 Cross-references - Find connections between texts

Installation

npm install -g sefaria-mcp-server

Or run directly with npx:

npx sefaria-mcp-server

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %AppData%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "sefaria": {
      "command": "npx",
      "args": ["-y", "sefaria-mcp-server"]
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "sefaria": {
      "command": "npx",
      "args": ["-y", "sefaria-mcp-server"]
    }
  }
}

Tools

get_text

Get text by reference with Hebrew and English.

Reference formats:
- Torah: "Genesis 1:1", "Exodus 20:1-10"
- Talmud: "Berakhot 2a", "Shabbat 31a"
- Mishnah: "Mishnah Avot 1:1"
- Midrash: "Genesis Rabbah 1:1"
- Commentary: "Rashi on Genesis 1:1"

search

Full-text search across all texts.

Examples:
- "love your neighbor"
- "tikkun olam"
- "ואהבת לרעך כמוך"

get_links

Get commentaries and cross-references for a verse.

get_parsha

Get this week's Torah portion.

get_calendars

Get today's learning schedule (Daf Yomi, Parsha, daily Rambam, etc.).

get_book_info

Get metadata about a book (structure, categories).

get_related

Get related topics and community source sheets.

Examples

Ask Claude:

"What does Genesis 1:1 say? Show me the Hebrew and commentaries."

"Search for texts about loving your neighbor"

"What's this week's parsha?"

"What's today's Daf Yomi?"

"Find all the commentaries on Leviticus 19:18"

Development

git clone https://github.com/abeperl/sefaria-mcp-server
cd sefaria-mcp-server
npm install
npm run build
npm start

Credits

License

MIT