Sefaria 犹太文本库 MCP 服务器
提供通过标准化接口访问犹太文本的 Model Context Protocol 服务器。
快速入门
安装
- 确保已安装 Python 3.10 或更高版本。
- 使用 Smithery 自动安装:
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 的客户端配置运行。
功能
- 获取特定犹太文本:
get_text
- 获取注释列表:
get_commentaries
更多详细信息参考 README 文档。