# Hebrew Bible (Tanakh) MCP server

Read Hebrew Bible (Tanakh) verses & chapters in 10 languages, plus guided study plans.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-moshecohen90-hebrew-bible
- Repository: https://github.com/moshecohen90/hebrew-bible-mcp

## Install
- Endpoint: https://hebrewbible.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://hebrewbible.app/mcp

## Tools
- get_chapter (Get a Bible chapter) - Return the full text of a chapter (every verse) from the Hebrew Bible / Tanach. Use list_books first to get valid English book names; see the language enum for available languages. Endpoint: https://hebrewbible.app/mcp
- get_verse (Get a single Bible verse) - Return the text of one specific verse from the Hebrew Bible / Tanach, e.g. Genesis 1:1. Use list_books for valid English book names. Endpoint: https://hebrewbible.app/mcp
- list_books (List the books) - List every book available in this corpus with its English name, localized name, and the link to its first chapter. Call this to discover valid book names for get_chapter / get_verse. Endpoint: https://hebrewbible.app/mcp
- list_subjects (List browseable subjects) - List the subjects (categories) you can browse, such as the Weekly Torah Portion, Holidays, Daily Study, Psalms (Tehillim), Bible Stories, and Characters. Each returns a code to pass to browse_subject. Call this to discover what is available before browsing. Endpoint: https://hebrewbible.app/mcp
- browse_subject (Browse a subject) - List study plans and articles for a subject or topic. Pass a subject code from list_subjects (for example "parsha", "holidays", "tehillim", "stories"), or any topic tag (for example "jonah", "purim", "psalm 23"). Results are paginated; pass the returned cursor to get more. Endpoint: https://hebrewbible.app/mcp
- get_plan (Get a study plan) - Get the full detail of one study plan: its title, description, total length, and the day-by-day study schedule (first 7 days shown). Pass a plan id from a browse_subject link (the final path segment, e.g. "jonah_and_the_whale"). Endpoint: https://hebrewbible.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.moshecohen90
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 12, 2026
- Source: https://registry.modelcontextprotocol.io
