mcp-sefaria-server

Fetch and read Jewish texts through the API of Sefaria.org

GitHub Stars

27

User Rating

Not Rated

Favorites

0

Views

214

Forks

6

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Requires Python 3.10 or higher.
bash
git clone https://github.com/sivan22/mcp-sefaria-server.git
cd mcp-sefaria-server
The server can be run directly:
bash
uv --directory path/to/directory run sefaria_jewish_library
Or through an MCP client that supports the Model Context Protocol. for claude desktop app and cline you should use the following config: ``` { "mcpServers": { "sefaria_jewish_library": { "command": "uv", "args": [ "--directory", "absolute/path/to/mcp-sefaria-server", "run",

Additional Resources