Free, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client.
Most developer tooling work still happens through a UI a human drives. Bible By Midvash MCP server moves it into the conversation instead. Free, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client.
Generate your personal connection URL at mcp.midvash.com and add it to your MCP client. URLs look like:
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 11 tools. What each one is for:
get_verse — Fetch a single verse or a verse rangeget_chapter — Fetch a full chapterget_passage — Fetch a passage from a free-form reference (e.g. "John 3:16-18") — the most natural way to cite scripturesearch_bible — Search the Bible text for words or an exact phrase, ranked by relevance (BM25) over an FTS5 index. Case- and accent-insensitive, optionally filteredcompare_passage — Compare the same passage across multiple Bible versionslist_versions — List available Bible versions/translationslist_books — List the 66 books, optionally filtered by testamentsearch_study — Search the study library — chapter commentaries, Bible characters, dictionary entries and theology articles — in 9 languagesget_commentary — Fetch the commentary for the chapter a reference points to. All 1,189 chapters, in 9 languagesget_cross_references — Find other passages that relate to a verse, ranked by how widely the link is attested. 343,546 linksget_strongs — Look up a word in Strong's lexicon by number ("H430") or by the word itself. 14,197 entries, definitions in 9 languagesConfiguration is passed through the environment: CLOUDFLARE_API_TOKEN, CLOUDFLARE_ACCOUNT_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Bible By Midvash's toolset — get_verse, get_chapter, get_passage and 8 more — is a fair guide to whether it matches your workflow. It is maintained by com.midvash; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_verse | Fetch a single verse or a verse range. |
| get_chapter | Fetch a full chapter. |
| get_passage | Fetch a passage from a free-form reference (e.g. "John 3:16-18") — the most natural way to cite scripture. |
| search_bible | Search the Bible text for words or an exact phrase, ranked by relevance (BM25) over an FTS5 index. Case- and accent-insensitive, optionally filtered by book or testament. |
| compare_passage | Compare the same passage across multiple Bible versions. |
| list_versions | List available Bible versions/translations. |
| list_books | List the 66 books, optionally filtered by testament. |
| search_study | Search the study library — chapter commentaries, Bible characters, dictionary entries and theology articles — in 9 languages. |
| get_commentary | Fetch the commentary for the chapter a reference points to. All 1,189 chapters, in 9 languages. |
| get_cross_references | Find other passages that relate to a verse, ranked by how widely the link is attested. 343,546 links. |
| get_strongs | Look up a word in Strong's lexicon by number ("H430") or by the word itself. 14,197 entries, definitions in 9 languages. |
{
"mcpServers": {
"bible": {
"url": "https://mcp.midvash.com/mcp/{id}?v=nvi,kjv&lang=pt-br,en"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CLOUDFLARE_API_TOKEN | Credential the server authenticates with. | Yes |
| CLOUDFLARE_ACCOUNT_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.