Connects Claude to Sefaria's open library of Jewish texts through Pipeworx's gateway infrastructure. The source doesn't list specific tools, but this gives you programmatic access to search and retrieve from Sefaria's collection of Torah, Talmud, and commentaries. You can either wire up the standalone Sefaria endpoint or connect to the full Pipeworx gateway for 838+ data sources total. Supports the ask_pipeworx pattern where you ask questions in plain English and let the gateway route to the right tool. Useful if you're building agents that need to reference or analyze Jewish textual sources.
Sefaria MCP — the free digital library of Jewish texts.
Part of Pipeworx — an MCP gateway connecting AI agents to 838+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"sefaria": {
"url": "https://gateway.pipeworx.io/sefaria/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 838+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Sefaria data" })
The gateway picks the right tool and fills the arguments automatically.
MIT