Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Sefaria Library

dev.workers.shimonkolodny.sefaria-mcp/sefaria

Access Sefaria's library of Jewish texts, commentaries, and learning schedules via MCP

Uptime
5.4%
37 probes
Response
250ms
last probe
Tools
9
callable

Tools · 9

get_text

Retrieve the text and metadata for a specific reference (e.g., 'Genesis.1.1' or 'Berakhot 2a')

search_texts

Search the Sefaria library for a query string.

get_index

Returns metadata for a specific text, such as section names and categories

get_toc

Returns the table of contents for all texts in the library, grouped by category

get_links

Returns a list of known connections (commentary, citations, etc.) for a specific text segment

get_topics

Returns a list of JSON objects containing metadata for topics in the database

get_calendars

Returns daily learning schedules (Parashat Hashavua, Daf Yomi, etc.) for a specific date

get_versions

Returns available text versions for a specific reference

get_shape

Returns the structure and section counts for a specific text reference

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sefaria_library": {
      "url": "https://sefaria-mcp.shimonkolodny.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}