ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Sefaria Mcp

Skill by abeperl

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abeperl/sefaria-mcp
Or

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

Metadata

Author@abeperl
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abeperl-sefaria-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

hebrew-text-tools

Hebrew text processing utilities: transliteration, gematria calculation, nikud removal, letter identification, and Hebrew number formatting. Pure Python, no dependencies. Works offline. Use when: user needs to transliterate Hebrew, calculate gematria, remove vowel points, or work with Hebrew letters.

abeperl 4473

parsha-summary

Generate a weekly Torah portion (parsha) summary from Sefaria. Provides English summary with optional Hebrew text, verse count, and sample verses. Lightweight alternative to torah-scholar. Use when: user wants a quick parsha overview, weekly summary, or needs parsha content for a dvar Torah outline.

abeperl 4473

zmanim-calculator

Calculate Halachic times (zmanim) for any location and date. Sunrise, sunset, dawn, dusk, candle lighting, Shabbos times, Daf Yomi, and all major zmanim. Uses Hebcal or NOAA algorithms. Use when: user asks for Shabbos times, candle lighting, minyan times, sunrise/sunset, or any Jewish calendar calculation.

abeperl 4473

codex-bridge

Dispatch coding tasks to the local OpenAI Codex CLI with background execution, status polling, and answerable clarifying questions. Use when OpenClaw should delegate script building, code edits, refactors, or multi-step coding work to Codex from the command line.

abeperl 4473

torah-scholar

Search and explore Jewish texts (Torah, Tanach, Talmud, Midrash, commentaries) via Sefaria API. Use when researching Torah sources, looking up verses, finding commentaries, cross-references, or preparing divrei Torah. Supports Hebrew and English. Handles references like "Genesis 1:1", "Berakhot 2a", "Mishnah Avot 1:1".

abeperl 4473