Sefaria Jewish Library MCP Server
세파리아 유대인 도서관 MCP 서버
세파리아(Sefaria) 라이브러리의 유대교 텍스트에 대한 접근을 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다. 이 서버를 통해 대규모 언어 모델(Large Language Models)이 표준화된 인터페이스를 통해 유대교 텍스트를 검색하고 참조할 수 있습니다.
특징
참조로 유대교 문헌 검색
주어진 텍스트에 대한 해설 검색
Related MCP server: Sefaria Jewish Library MCP Server
설치
Python 3.10 이상이 필요합니다.
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 Sefaria Jewish Library를 자동으로 설치하려면:
지엑스피1
저장소를 복제합니다
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: "משנה ברכות פרק א משנה א"get_commentaries
주어진 텍스트에 대한 해설 목록을 검색합니다.
예:
reference: "Genesis 1:1"
reference: "שמות פרק ב פסוק ג"
reference: "משנה ברכות פרק א משנה א"개발
이 프로젝트에서는 다음을 사용합니다.
서버 구현을 위한 MCP SDK
유대교 텍스트에 접근하기 위한 Sefaria API
요구 사항
파이썬 >= 3.10
MCP SDK >= 1.1.1
세파리아 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