Sefaria Library
dev.workers.shimonkolodny.sefaria-mcp/sefariaAccess Sefaria's library of Jewish texts, commentaries, and learning schedules via MCP
Tools · 9
Retrieve the text and metadata for a specific reference (e.g., 'Genesis.1.1' or 'Berakhot 2a')
Search the Sefaria library for a query string.
Returns metadata for a specific text, such as section names and categories
Returns the table of contents for all texts in the library, grouped by category
Returns a list of known connections (commentary, citations, etc.) for a specific text segment
Returns a list of JSON objects containing metadata for topics in the database
Returns daily learning schedules (Parashat Hashavua, Daf Yomi, etc.) for a specific date
Returns available text versions for a specific reference
Returns the structure and section counts for a specific text reference
Similar MCP servers embedding-nearest
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"
}
}
}