streamable-httpupdated 2mo ago
A public, no-auth Model Context Protocol (MCP) server (and read API) for the Hebrew Bible / Tanakh - the Torah, Nevi'im, and Ketuvim. Read Hebrew Bible verses and chapters online in Hebrew and 10 languages, and browse guided study plans. Connect it to Claude or ChatGPT in one step. Served by hebrewbible.app.
Hebrew Bible (Tanakh) で何ができる?
Hebrew Bible (Tanakh) MCP Server & API
A public, no-auth Model Context Protocol (MCP) server (and read API) for the Hebrew Bible / Tanakh - the Torah, Nevi'im, and Ketuvim. Read Hebrew Bible verses and chapters online in Hebrew and 10 languages, and browse guided study plans. Connect it to Claude or ChatGPT in one step. Served by hebrewbible.app.
- Endpoint:
https://hebrewbible.app/mcp(Streamable HTTP, JSON-RPC, no authentication) - Server card: https://hebrewbible.app/.well-known/mcp/server-card.json
- Agent skill: https://hebrewbible.app/.well-known/agent-skills/index.json
- Languages: English, Hebrew (with nikud + cantillation), French, Spanish, Portuguese, Russian, German, Italian, Polish, Korean
- Docs: CONNECTOR.md · Privacy: PRIVACY.md
Tools
| Tool | Description |
|---|---|
list_books |
List every book of the Tanakh with its English and localized name. |
get_chapter |
Return the full text of a chapter (every verse) in any supported language. |
get_verse |
Return one specific verse (e.g. Genesis 1:1) in any supported language. |
list_subjects |
List browseable subjects (Weekly Torah Portion, Holidays, Tehillim, Bible Stories, ...). |
browse_subject |
List study plans and articles for a subject or topic, paginated. |
get_plan |
Get a study plan's title, description, and day-by-day schedule. |
Every result links back to the canonical page on hebrewbible.app so answers can be cited.
Connect
Claude Desktop / Claude.ai - add a custom connector with the URL https://hebrewbible.app/mcp.
Cursor / VS Code / Cline - add to your MCP config:
{
"mcpServers": {
"hebrew-bible": {
"url": "https://hebrewbible.app/mcp"
}
}
}
Any MCP client - point it at https://hebrewbible.app/mcp (Streamable HTTP transport).
Example
"What does Psalm 23 say, in Hebrew?"
The assistant calls get_chapter(book="Psalms", chapter=23, language="he") and cites
https://hebrewbible.app/he/texts/Psalms.23.
About
Free to read; the biblical text and classical commentaries are in the public domain. This repository contains only public metadata and documentation for the hosted MCP server - there is no proprietary code here.
Keywords: Hebrew Bible MCP server, Bible MCP, Tanakh API, Hebrew Bible API, read Hebrew Bible online, read Torah online, read Jewish Bible online, Tanakh, Tanach, Torah, Nevi'im, Ketuvim, scripture, verses, chapters, Psalms, Tehillim, parsha, study plans, Model Context Protocol, Claude, ChatGPT.
インストール
Hebrew Bible (Tanakh) をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http hebrew-bible-tanakh https://hebrewbible.app/mcpcodex mcp add hebrew-bible-tanakh --url https://hebrewbible.app/mcp{
"mcpServers": {
"hebrew-bible-tanakh": {
"url": "https://hebrewbible.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hebrew-bible-tanakh": {
"type": "http",
"url": "https://hebrewbible.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hebrew-bible-tanakh": {
"url": "https://hebrewbible.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hebrew-bible-tanakh": {
"serverUrl": "https://hebrewbible.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 個のツール
Hebrew Bible (Tanakh) は接続したエージェントに 6 個のツールを提供します。
- list_books
- List every book of the Tanakh with its English and localized name.
- get_chapter
- Return the full text of a chapter (every verse) in any supported language.
- get_verse
- Return one specific verse (e.g. Genesis 1:1) in any supported language.
- list_subjects
- List browseable subjects (Weekly Torah Portion, Holidays, Tehillim, Bible Stories, ...).
- browse_subject
- List study plans and articles for a subject or topic, paginated.
- get_plan
- Get a study plan's title, description, and day-by-day schedule.
スコア
62 / 100
良好
- ドキュメント22/25
- メンテナンス16/25
- 信頼性6/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 79 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年6月12日 |