MCP server enabling natural language search across millions of cultural, historical, and literary assets held by the National Library of Israel (NLI). Converts conversational queries in Hebrew or English into structured API calls against the NLI digital archive, returning results with thumbnails, IIIF manifests, and streaming content. The collection includes ancient manuscripts, government records, photographs, maps, music recordings, oral histories, and scholarly publications spanning Jewish heritage and Israeli culture.
The National Library of Israel holds millions of cultural and historical items, but searching the digital archive requires structured queries that are not always intuitive. Researchers, students, and culture enthusiasts need a more natural way to discover manuscripts, photographs, maps, and music.
Clone from GitHub to install
git clone https://github.com/mula2812/NLI_AI_Search
cd NLI_AI_Search
pip install -r requirements.txt.mcp.json
{
"mcpServers": {
"nli-search": {
"command": "python3",
"args": [
"nli_mcp.py"
],
"cwd": "/path/to/NLI_AI_Search"
}
}
}Find medieval manuscripts related to Maimonides in the National Library
Search for historical photographs of Tel Aviv from the 1930s
Find recordings of traditional Jewish music from the Ottoman period
Search for books by Bialik in the National Library
Find historical photographs of Jerusalem
Show ancient manuscripts about Kabbalah
Search for Leah Goldberg children poems
Find audio recordings of Israeli Mizrahi music
Access Jewish texts through the Sefaria.org API. Retrieve texts by reference, search commentaries, and explore the Sefaria library.
Official MCP server by Sefaria for accessing the world's largest free library of Jewish texts. Built with FastMCP.
Know an Israeli MCP server that should be listed here? Submit an MCP