bible-cli
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bible-clishow interlinear for John 3:16"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bible CLI
A Bible study operating system for AI agents — and the humans working with them.
bible is an offline command-line toolkit that lets any coding agent (Claude Code,
Codex, opencode, or anything with a shell) do serious biblical study from the text
itself: plain reading, original-language word study, morphology and clause-level
syntax search ("who did what to whom"), cross-translation comparison, computed
inner-biblical parallels, inductive reading sessions with an evidence-linked
notebook, and canon-wide pattern analysis — with every claim traceable to a query
instead of to training data.
$ bible interlinear "John 3:16" | head -6
John 3:16
Οὕτως Houtōs G3779 Adv so
γὰρ gar G1063 Conj For
ἠγάπησεν ēgapēsen G0025 V-AIA-3S loved
ὁ ho G3588 Art-NMS -
Θεὸς Theos G2316 N-NMS God
$ bible grep-morph --stem niphal --tense participle --book Isaiah --count
98 matching words
H0539 אָמַן 8
H5375 נָשָׂא 7
...
$ bible freq --strongs H1285 --by-book # where does "covenant" concentrate?
$ bible xref "Isa 53:5" --text # how does the canon take this verse up?
$ bible compare "Rom 8:1" -t all # where do translations diverge?Everything is offline, deterministic, and open-licensed: two SQLite databases built from public-domain and CC-BY scholarly sources (see Data), downloaded once on first run.
Why
LLMs already "know" the Bible — approximately, unverifiably, and shaped by
whatever their training data emphasized. Bible CLI gives an agent the opposite:
a set of precise instruments over the actual text, so study becomes
evidence-based. The agent reads the passage it cites, checks what a Greek or
Hebrew word actually means by how it is actually used, counts patterns instead
of gesturing at them, and reports what the text says as distinct from what it
concludes. The bundled methodology (bible agent-setup) teaches exactly that
discipline — a biblical theology workflow: plain reading → lexical analysis →
context → canonical patterns → labeled synthesis.
Related MCP server: Bible MCP
Install
npm install -g @divine-creative-ministries/bible-cliThat's it — the scripture databases download automatically on first use
(~90 MB, checksummed; set BIBLE_CLI_NO_AUTO_DOWNLOAD=1 to manage them
manually with bible db download). Or try it with zero install:
npx @divine-creative-ministries/bible-cli passage "John 3:16"For agents, add the study methodology to your project:
bible agent-setup claude # this project: .claude/skills/bible-study/SKILL.md
bible agent-setup claude --user # every session on this machine: ~/.claude/skills/
bible agent-setup generic # appends a section to AGENTS.md (codex, opencode, …)Or run it as an MCP server: bible mcp (stdio) exposes all commands as tools,
and bible mcp --http serves the same tools over Streamable HTTP.
No install at all: a hosted endpoint runs at https://mcp.biblecli.org/mcp.
Add it as a custom connector in the Claude apps (Settings → Connectors →
Add custom connector) or in ChatGPT (Settings → Connectors → Advanced →
Developer mode), and any chat can study Scripture with the full toolset —
the study methodology is delivered to the model automatically via the MCP
server's instructions.
Bring your own translation
Only openly-licensed translations can ship with the tool — but you can import a translation you have licensed access to (ESV, NIV, NASB, CSB, …) for personal study:
bible import ./esv-usfm --id ESV --name "English Standard Version"Accepts a USFM folder, zip, or single file, or a TSV of
<reference><TAB><text> lines. The import lands in a local-only database
(bible-user.db) that is never uploaded, shared, or included in releases —
the same posture as a music player playing your own files. Once imported, the
translation works everywhere a translation id does: passage -t ESV,
compare (included in all), read, full-text search, freq --word, and
BIBLE_TRANSLATION=ESV makes it the default. Imported texts carry verse text
only — the original-language layer (morphology, Strong's, interlinear) stays
anchored to the shipped tagged data. Remove with
bible import x --id ESV --remove.
Commands
Every command supports --json (machine-readable output), forgiving references
(John 3:16-18, jn 3 16, 1jn2:5, Psalm 23, Gen 1:1-2:3), scoping
(--book Isaiah, --book Gen-Deu, --book ot), and helpful errors
(Unknown book 'Pslams'. Did you mean: Psalms…).
Command | What it does |
| Read a passage. |
| Read the text sequentially, paged into context-sized chunks — study by reading, not just querying. |
| The shape of a whole book in one call: every chapter with its opening words, size, and most distinctive vocabulary. |
| Inductive reading sessions: a durable cursor over a scope plus a verse-anchored notebook — read, observe, record; search follows observation. Start with: bible study start Genesis |
| Full-text search. |
| Compare a verse across translations. |
| Word-by-word original language with English. |
| Original-language text of a passage. |
| Clause search over the MACULA treebanks: who did what to whom. |
| Occurrences of a lemma or Strong's number. |
| Word study: lexicon entries + usage stats. |
| Full parse of every word in a verse. |
| Search by grammatical form. |
| Textual variants for a verse or short range, repackaged from the tagged data: per-edition Greek texts with edition-disputed words (NT), Masoretic Ketiv/Qere and LXX-stream readings (OT), and alternate Hebrew/Greek versification. Printed-edition-level evidence, not a manuscript apparatus. |
| Corpus dossier for a topic — run this FIRST in any study. Accepts a Strong's number, original-language lemma, English word, or passage. |
| OT-in-NT parallels computed from the Greek (LXX vs NT), in confidence tiers: quotation (5+ word run), allusion (4-word run), echo (shared rare vocabulary). |
| Inner-biblical parallels within a testament, computed from original-language lemma runs (Kings↔Chronicles, Psalm doublets, Synoptics, Jude↔2 Peter), in confidence tiers: parallel (5+ lemma run), allusion (4), echo (3 rare lemmas). |
| Ranked cross-references. |
| Frequency distribution. |
| Co-occurrence analysis. |
| Passages sharing distinctive vocabulary with a passage (idf-weighted lemma overlap; lexical, not semantic). |
| Who/what is this? Individualised persons and places. |
| Original-language formula search: find verses where a sequence of Strong's numbers and/or original-script lemmas occurs in order, with observed-vs-expected concentration by book. Original-language only — English words are not accepted (find Strong's numbers with 'bible word'). |
| List the 66 books with codes, chapter counts, and verse-id ranges |
| List available translations |
| List Greek NT editions available for --edition filters |
| Explain the morphology fields and their possible values |
| Data sources, licenses, and required attributions |
| Parse and normalize a reference. |
| Show CREATE TABLE statements for the scripture databases (core + attached study/lxx/user), plus notes on verse-id encoding and query conventions. |
| Run a read-only SQL query against the scripture databases (core, plus study/lxx/user when installed, attached under those schema names). Discover tables with 'bible schema'. |
| Manage the local databases: status | download | path |
| Run as an MCP (Model Context Protocol) server: stdio by default, or --http for remote connectors (Claude web/mobile, ChatGPT, ...) |
| Write the study-methodology guidance for an agent harness: claude | codex | opencode | generic |
| Import a translation you have licensed access to (USFM folder/zip/file, or TSV lines of '') into a local-only database for personal study. |
| Diagnose the installation: platform, native SQLite driver, databases, integrity. Run this first when anything misbehaves. |
The data
All redistributable, all attributed (see bible licenses):
Layer | Source | License |
English translations | WEB, KJV, ASV (eBible.org), BSB | Public domain |
Hebrew OT + morphology | STEPBible TAHOT (WLC, dStrongs, ETCBC morphology, Ketiv/Qere) | CC BY 4.0 |
Greek NT + morphology | STEPBible TAGNT (NA/TR/Byz/SBL words with edition markers) | CC BY 4.0 |
Lexicons | BDB Enhanced (full Brown-Driver-Briggs), STEPBible TBESG (ext. Abbott-Smith), Dodson | PD + CC BY / CC BY 4.0 / CC0 |
Cross-references | OpenBible.info (~345k, vote-ranked) | CC BY |
Proper nouns | STEPBible TIPNR (individualised persons/places) | CC BY 4.0 |
Septuagint† | Swete edition + computed NT quotation links | CC BY-SA 4.0 |
† The LXX ships as a separate optional artifact (bible db download-lxx) because
its digitization carries CC BY-SA; the core and study databases stay public
domain + CC BY only.
The databases are built by a reproducible pipeline in this repo
(npm run pipeline) with a verification stage that checks canonical verse
counts, versification edge cases (Psalm titles, Malachi 3/4, Joel 2/3),
Ketiv/Qere handling, and morphology-code coverage — the build fails loudly
rather than shipping silently wrong data.
Design notes
Verse IDs are integers (
BBCCCVVV; Gen 1:1 =1001001) on a KJV-English spine; Hebrew/Greek versification differences are mapped at build time and preserved for display. Psalm superscriptions are verse 0.One row per morpheme: Hebrew prefixes/suffixes and Greek crasis components are individually tagged, so
grep-morphand frequency counts are exact. Analytics default to the default text stream (Qere; NA-stream Greek) so textual variants never inflate counts.The CLI is the single source of truth; the MCP server shells into it, so both interfaces always agree.
Quotation detection is computed, not curated, in three labeled confidence tiers — quotation (5+ identical words in a row), allusion (4+ word or lemma run), echo (gated 3-lemma runs or shared rare vocabulary; speculative by design and excluded from default output) — at two match levels: surface (verbatim) and lemma (inflection-independent, via a dictionary derived from the tagged NT; marked ≈). The lemma level is what catches Rev 1:7 ⇐ Dan 7:13. Purely thematic connections remain
bible xref's domain.The methodology is a text-first protocol: three lanes matching evidence to the claim (lookup / word-passage / study), discovery-before-thesis via
survey, mandatory falsification attempts, and provenance tags separating what is OBSERVED, what is PATTERN, and what is INFERENCE — with anything from outside the corpus labeled as interpretive tradition.
Known limitations (honest edges)
--editionGreek texts are reconstructed from TAGNT's word-set + variant apparatus — accurate wording, but not a facsimile of a printed edition's punctuation or orthography.~80 Aramaic Strong's numbers lack formal lexicon entries (gaps in the BDB mapping); their entries are synthesized from the tagged text's own glosses and labeled as such.
English reverse lookup (
bible word lovingkindness) is heuristic: lexicon glosses first, then which original words underlie verses containing the English word.The Swete LXX digitization lacks Ecclesiastes; Daniel uses Theodotion (which the NT normally follows).
Roadmap
Semantic similarity via local embeddings
Pericope/discourse boundaries for context-aware
--contextVersification traditions beyond Hebrew/Greek (Vulgate)
Additional open-licensed translations, non-English included
Syntax-aware search (MACULA clause/phrase trees)
PRs welcome.
License
Code: MIT. Data: see docs/DATA-SOURCES.md and
bible licenses — public domain, CC BY 4.0, and CC0 in the core/study
databases; the optional LXX artifact is CC BY-SA 4.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides comprehensive Biblical research tools including scripture lookup, interlinear Greek/Hebrew data, and Strong's concordance within a Protestant theological framework. It enables AI applications to perform full-text biblical searches, topical studies, and cross-referencing using authoritative theological data.Last updatedMIT
- Flicense-qualityDmaintenanceEnables local-first semantic search and retrieval of Korean Bible verses using FAISS embeddings and full-text indexes. Supports exploration of biblical entities including people, places, and events with Korean-to-English query handling.Last updated
- Flicense-qualityDmaintenanceEnables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.Last updated
- Alicense-qualityCmaintenanceEnables semantic search of the KJV Bible and personal knowledge graph for scripture study, notes, prayers, and memory verses, all running locally with no cloud dependencies.Last updatedMIT
Related MCP Connectors
AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.
Run AI customer support from your terminal: conversations, knowledge base, and chat widget.
Free, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Divine-Creative-Ministries/bible-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server