Bible Research MCP Server
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 Research MCP ServerRead John 3:16 and compare it with 1 John 4:9."
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 Research MCP Server
A local Model Context Protocol server for reading, searching, researching, and studying the Bible. It uses only Node.js built-in modules: there are no npm runtime or development dependencies, no network requests, and no external database.
The included corpus contains 66 books, 1,189 chapters, and 31,104 verses. The server reads the Markdown files in books/ when it starts.
Requirements
Node.js 18 or newer
Related MCP server: Study Bible MCP Server
Run it
npm startMCP clients normally launch the process themselves. For a client that accepts JSON configuration, add something equivalent to:
{
"mcpServers": {
"bible": {
"command": "node",
"args": ["/absolute/path/to/bible/server.js"]
}
}
}The stdio transport uses one UTF-8 JSON-RPC message per line. Standard output is reserved for protocol messages; diagnostics go to standard error.
Tools
get_passage— read a chapter, verse, range, or cross-chapter range.search_bible— literalall,any, orphrasesearch with book/testament filters.research_topic— related terms, distribution by book, and representative passages.word_study— English concordance counts and verse contexts.find_related_passages— transparent TF/IDF-like lexical similarity discovery.compare_passages— exact texts plus shared and distinctive terms.get_bible_overview— corpus statistics and the full book catalog.
Examples of accepted references include John 3:16, Jn 3:16-18, Genesis 1-2, Genesis 1:31-2:3, and 1 John 1:1. Errors are returned as tool results so an AI client can correct a reference and retry.
Resources and prompts
The server exposes a catalog resource, one Markdown resource per book, and a bible://passage/{reference} resource template. It also includes prompts for passage study, topical research, and passage comparison. The prompts explicitly distinguish textual observation from interpretation and ask the client to cite its evidence.
find_related_passages is intentionally described as lexical discovery, not as an authoritative cross-reference system. word_study analyzes the included English text and does not claim to perform Hebrew or Greek lemma analysis.
Test
npm testThe tests use Node's built-in test runner and exercise both the corpus API and a real stdio MCP session.
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 Connectors
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
Read-only scripture-study engine: complete-or-fail concordance over Greek NT, Hebrew OT, LXX.
Bible translations, books, chapters, verses, and search
AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables MCP clients to look up Bible verses, perform semantic search, and access original-language word study through a local Concord instance, providing accurate citations and honesty about uncertainty.10MIT
- AlicenseAqualityCmaintenanceEnables deep Bible study through tools for original language lexicons, morphological analysis, cross-references, and contextual notes.2177MIT
- AlicenseAqualityAmaintenanceMCP server for Bible study, providing multi-version verse lookup, keyword/semantic search, cross-references, and word studies with original language and lexicon details.6MIT
- AlicenseNot gradedqualityDmaintenanceBiblical text analysis with textual criticism support. An MCP server for morphological analysis, manuscript variants, and concordance searches across Hebrew and Greek biblical texts.MIT
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/dpirek/bible'
If you have feedback or need assistance with the MCP directory API, please join our Discord server