Sefaria Jewish Library MCP Server
Sefaria 犹太图书馆 MCP 服务器
一个 MCP(模型上下文协议)服务器,提供对 Sefaria 库中犹太文本的访问。该服务器使大型语言模型能够通过标准化接口检索和引用犹太文本。
特征
通过参考检索犹太文本
检索给定文本的评论
Related MCP server: Sefaria Jewish Library MCP Server
安装
需要 Python 3.10 或更高版本。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Sefaria Jewish Library:
npx -y @smithery/cli install mcp-sefaria-server --client claude克隆存储库
git clone https://github.com/sivan22/mcp-sefaria-server.git
cd mcp-sefaria-server运行服务器
可以直接运行服务器:
uv --directory path/to/directory run sefaria_jewish_library或者通过支持模型上下文协议的 MCP 客户端。对于 claude 桌面应用程序和 cline,您应该使用以下配置:
{
"mcpServers": {
"sefaria_jewish_library": {
"command": "uv",
"args": [
"--directory",
"C:/dev/mcp-sefaria-server",
"run",
"sefaria_jewish_library"
],
"env": {
"PYTHONIOENCODING": "utf-8"
}
}
}
}可用工具
服务器通过MCP接口提供以下工具:
获取文本
通过参考检索特定的犹太文本。
例子:
reference: "Genesis 1:1"
reference: "שמות פרק ב פסוק ג"
reference: "משנה ברכות פרק א משנה א"获取评论
检索给定文本的评论列表。
例子:
reference: "Genesis 1:1"
reference: "שמות פרק ב פסוק ג"
reference: "משנה ברכות פרק א משנה א"发展
该项目使用:
用于服务器实现的MCP SDK
用于访问犹太文本的Sefaria API
要求
Python >= 3.10
MCP SDK >= 1.1.1
Sefaria API
执照
MIT 许可证
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP 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.23MIT
- AlicenseBqualityDmaintenanceProvides access to Jewish texts from the Sefaria library. This server enables Large Language Models to retrieve and reference Jewish texts through a standardized interface.434MIT
- AlicenseNot gradedqualityDmaintenanceConnects LLMs to the Quran API (alquran.cloud) to retrieve accurate Quranic text on-demand, reducing hallucinations when working with sensitive religious content.MIT

Sefaria MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables LLMs to access and search Jewish texts from the Sefaria library through 15 MCP tools, including text retrieval, search, and manuscript access.23MIT
Related MCP Connectors
Sefaria MCP — the free digital library of Jewish texts.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenTorah-ai/mcp-sefaria-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server