Sefaria API MCP
MCP server for accessing the Sefaria API - the largest open-source database of Jewish texts.
by davad00 · published 2026-03-22
$ claw add gh:davad00/davad00-sefaria-api-mcp# Sefaria API MCP
MCP server for accessing the Sefaria API - the largest open-source database of Jewish texts.
Description
This skill provides guidance and helper tools for using the Sefaria API MCP server. Access the complete library of Jewish texts including Torah, Talmud, Mishnah, commentaries, and more through a simple MCP interface.
Installation
1. Clone the repository:
git clone https://github.com/davad00/sefaria-api-mcp.git
cd sefaria-api-mcp
2. Install dependencies:
npm install
3. Build the project:
npm run build
Tools
connect
Starts the Sefaria API MCP server.
**Arguments:**
**Example:**
{
"name": "connect",
"arguments": {
"port": 8080
}
}
use
Shows example usage patterns for all available Sefaria MCP tools.
**Example:**
{
"name": "use"
}
Available MCP Tools
Once the MCP server is running, you have access to:
Text Retrieval
Search & Discovery
Related Content
Lookup
Calendar
Example Usage
// Get Genesis 1:1
{
"name": "get_text",
"arguments": { "tref": "Genesis 1:1" }
}
// Search for "love"
{
"name": "search",
"arguments": { "q": "love", "limit": 5 }
}
// Parse references from text
{
"name": "find_refs",
"arguments": { "text": "As it says in Shabbat 31a" }
}
// Get today's readings
{
"name": "get_calendars"
}
Configuration
Add to your MCP configuration:
{
"mcpServers": {
"sefaria": {
"command": "node",
"args": ["path/to/sefaria-api-mcp/dist/index.js"]
}
}
}
Links
License
MIT License - Free to use, modify, and redistribute.
Support
For issues or questions:
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...