Sefaria MCP Server
Enables LLMs to access and search Jewish texts from the Sefaria library through 15 MCP tools, including text retrieval, search, and manuscript access.
README
Sefaria MCP Server
A modern MCP (Model Context Protocol) server for accessing the Jewish library via the Sefaria API.
What does this server do?
This server exposes the Sefaria Jewish library as a set of 15 MCP tools, allowing LLMs and other MCP clients to:
Primary Tools:
- get_text - Retrieve Jewish texts by reference (e.g., "Genesis 1:1")
- text_search - Search across the entire Jewish library
- get_current_calendar - Get situational Jewish calendar information
- english_semantic_search - Semantic similarity search on English text embeddings (Currently only works from official Sefaria MCP)
Core Tools:
- get_links_between_texts - Find cross-references and connections between texts
- search_in_book - Search within a specific book or text work
- search_in_dictionaries - Search Jewish reference dictionaries
Support Tools:
- get_english_translations - Retrieve all available English translations for a text
- get_topic_details - Retrieve detailed information about topics in Jewish thought
- clarify_name_argument - Autocomplete and validate text names, book titles, and topics
- clarify_search_path_filter - Convert book names to proper search filter paths
Structure Tools:
- get_text_or_category_shape - Explore the hierarchical structure of texts and categories
- get_text_catalogue_info - Get bibliographic and structural information (index) for a work
Manuscript Tools:
- get_available_manuscripts - Access historical manuscript metadata and image URLs
- get_manuscript_image - Download and process specific manuscript images
All endpoints are optimized for LLM consumption (compact, relevant, and structured responses).
What is MCP?
MCP (Model Context Protocol) is an open protocol for connecting Large Language Models (LLMs) to external tools, APIs, and knowledge sources. It enables LLMs to retrieve, reference, and interact with structured data and external services in a standardized way. Learn more in the MCP documentation.
How to Run
Prerequisites
- Python 3.10+
- Docker (optional, for containerized deployment)
Local Development
- Install dependencies:
pip install -e . - Run the server:
The server will be available atpython -m sefaria_mcp.mainhttp://127.0.0.1:8088/sseby default. SetSEFARIA_MCP_PORTto override the SSE/API port (e.g.,SEFARIA_MCP_PORT=8089 python -m sefaria_mcp.main). Prometheus metrics bind separately onSEFARIA_MCP_METRICS_PORT(default9090).
Docker
- Build the image:
docker build -t sefaria-mcp . - Run the container:
The server will be available atdocker run -d --name sefaria-mcp \ -e SEFARIA_MCP_PORT=8089 \ -e SEFARIA_MCP_METRICS_PORT=9090 \ -p 8089:8089 \ -p 9090:9090 \ sefaria-mcphttp://localhost:8089/sseand metrics athttp://localhost:9090/(adjust the port mappings as needed).
Usage
- Connect your MCP-compatible client to the
/sseendpoint. - All tool endpoints are available via the MCP protocol.
Monitoring
- Prometheus metrics are exposed via the standalone HTTP server started on
SEFARIA_MCP_METRICS_PORT(defaults to9090). - Scrape
http://localhost:9090/(or your configured host/port). Metrics include:mcp_tool_calls_total{tool_name,status}– call counts per tool and status.mcp_tool_duration_seconds{tool_name}– histogram of per-call durations.mcp_tool_payload_bytes{tool_name}– histogram of response payload sizes.mcp_errors_total{tool_name,error_type}– per-tool error counts.mcp_active_connections– current SSE connection gauge.- Standard FastAPI instrumentation (request rate, latency, status codes, in-progress requests, etc.) from
prometheus_fastapi_instrumentator.
Commit Hygiene
This repo uses semantic commits with the fix, feat, and chore keywords.
Acknowledgments
Special thanks to @Sivan22 for pioneering the first Sefaria MCP server (mcp-sefaria-server), which inspired this project and the broader effort to make Jewish texts accessible to LLMs and modern AI tools.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。