Jewish Library MCP Server
About
makes the jewish library accessible to LLMs through the MCP protocol
Details
- Author
- Sivan22
- Downloads
- 222
- Categories
- Search, Knowledge Base, Other, Developer Tools, AI
Jump to
- Full‑text search across Jewish texts and literature
- Advanced query syntax: field‑specific search, boolean operators, required/excluded terms, phrase search, wildcards
- Relevance‑based scoring
- Rich search results with reference information, topics, and highlighted excerpts
- Single MCP tool: full_text_search
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Jewish Library MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Requires Python 3.10 or higher. Clone the repository, download and extract the search index from a Google Drive link, install dependencies with pip install ., then run the server using uv --directory path/to/directory run jewish_library or through any MCP client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"jewish library mcp server": {
"mcp-otzaria-server": {
"command": "uv",
"args": [
"--directory",
"path/to/directory",
"run",
"jewish_library"
]
}
}
}
}
McpServers
{
"mcp-otzaria-server": {
"command": "uv",
"args": [
"--directory",
"path/to/directory",
"run",
"jewish_library"
]
}
}
A full-text search server for Jewish texts and literature.
An MCP (Model Context Protocol) server that provides powerful search capabilities for Jewish texts and literature. This server enables Large Language Models to search and reference Jewish texts through a standardized interface.
- Full-text search across Jewish texts and literature
- Advanced query syntax support:
- Field-specific search (text:term, reference:term, topics:term)
- Boolean operators (AND, OR)
- Required/excluded terms (+term, -term)
- Phrase search ('exact phrase')
- Wildcards (?, )
git clone https://github.com/sivan22/mcp-otzaria-server.git cd mcp-otzaria-server
download and extract the index fromhere
uv --directory path/to/directory run jewish_library
Or through an MCP client that supports the Model Context Protocol. for claude desktop app and cline you should use the following config:
{ "mcpServers": { "jewish_library": { "command": "uv", "args": [ "--directory", "your/path/to/directory", "run", "jewish_library" ], "env": { "PYTHONIOENCODING": "utf-8" } } } }
The server provides a single tool through the MCP interface:
Performs a full-text search across the Jewish library with advanced query capabilities.
# Basic search "maimonides on prayer" # Field-specific search text:"love your neighbor" AND topics:mitzvot # Required terms +shabbat +candles # Phrase search with topic filter "four species" AND topics:sukkot # Wildcard search pray AND reference:psalms
- Reference information
- Relevant topics
- Highlighted excerpts showing query matches
- Relevance score
- MCP SDKfor server implementation
- Tantivyfor full-text search capabilities
- Python >= 3.10
- MCP SDK >= 1.1.1
- Tantivy search engine
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Production-ready RAG out of the box to search and retrieve data from your own documents.
Quran-focused MCP server for ayah translation, tafsir, mutashabihat lookups, recitation playlists, and prayer times.
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Provides AI assistants with intelligent access to ML textbook content for creating accurate, source-grounded documentation.
一条工務店で家を建てた施主「ろれさん」のブログ記事と、YouTube/X/Instagram/Web から集めた約3,000件の家づくり Tips を横断検索できる MCP サーバ。すべての結果に出典URLが付きます。
A flexible service for searching and analyzing academic papers on arXiv.
A local server to query Bucketeer documentation, which automatically fetches and caches content from its GitHub repository.
Caesar is a free, keyless web search API for AI agents. Its remote MCP server exposes web_search (ranked results with citable provenance) and web_fetch (full pages as clean markdown), and works anonymously with no API key.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




