Sefaria MCP Server

Access Jewish texts, commentaries, and daily study materials from Torah, Talmud, and more via the Sefaria MCP server.

Audits

Pending

Install

openclaw skills install sefaria-mcp

Sefaria MCP Server

Access Jewish texts (Torah, Talmud, Mishnah, Midrash, Commentaries) via MCP.

Installation

npm install -g sefaria-mcp-server

Or run directly:

npx sefaria-mcp-server

Configuration

Add to your MCP config:

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

Tools

ToolDescription
get_textGet text by reference (Genesis 1:1, Berakhot 2a, etc.)
searchFull-text search across all texts
get_linksGet commentaries and cross-references
get_parshaGet this week's Torah portion
get_calendarsDaily learning (Daf Yomi, Rambam, etc.)
get_book_infoBook metadata and structure
get_relatedRelated topics and source sheets

Examples

  • "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?"

Credits