Daniel Rosehill Hey, It Works!
Jewish-interest MCP projects: connecting AI to Jewish texts and calendars
· Daniel Rosehill

Jewish-interest MCP projects: connecting AI to Jewish texts and calendars

A small curated collection of MCP servers for accessing Jewish texts, libraries, and calendar data through AI agents.

One of the things I find most exciting about MCP is seeing it applied to niche domains that the major platforms would never prioritise. Not everything has to be about GitHub integrations and Slack notifications — some of the most interesting MCP work is happening in spaces that serve specific communities with specific needs. Living in Jerusalem and being Jewish, I have a natural interest in the intersection of AI and Jewish scholarship, so I put together a small curated collection of MCP servers that connect AI agents to Jewish texts, libraries, and calendar systems. The collection is on GitHub.

danielrosehill/Jewish-Interest-MCP-Projects View on GitHub

Why Jewish texts are a particularly interesting MCP use case

Jewish texts have a structure that's genuinely unlike anything else in the world's literary traditions, and that structure makes them a fascinating challenge for AI integration. The Talmud, for example, involves layered commentary spanning centuries: a central text (Mishnah), primary commentary (Gemara), medieval commentaries (Rashi, Tosafot) running alongside the main text, and cross-references between tractates that create a web of interconnected knowledge. The citation system is page-based rather than chapter-and-verse, meaning you reference "Berakhot 26b" rather than "Chapter 4, verse 7." Hebrew itself reads right-to-left, often appears alongside Aramaic, and traditional texts use specific formatting conventions that don't map neatly onto modern text processing. Having MCP servers that understand these structures means AI agents can navigate them properly rather than treating them as flat text — and that's exactly the kind of domain-specific capability that generic servers can't replicate.

What's in the collection

The standout project is the Sefaria MCP Server, which lets AI agents search and retrieve texts through the Sefaria.org API. Sefaria is already an incredible resource for accessing Torah, Talmud, Midrash, and other Jewish texts digitally, and the MCP layer means these texts become available as part of AI conversations and workflows. There's also the Otzaria MCP Server for the broader Jewish library, and for calendar needs, the Hebcal MCP provides Hebrew calendar data and zmanim (Jewish prayer time calculations). Zmanim vary by geographic location and time of year, which makes them a perfect fit for a programmatic API that an AI agent can query contextually — "what time is candle lighting this Friday in Jerusalem?" becomes a tool call rather than a web search. The collection is small for now but I'm hopeful it grows as MCP adoption increases. I also maintain a broader list of Israel-related MCP servers for anyone interested in that angle.

danielrosehill/Jewish-Interest-MCP-Projects View on GitHub