mcp-bible
Related Servers
Alternatives to mcp-bible
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for Bible verse lookup, search, and navigation, supporting multiple translations and books including Apocrypha.1MIT
- FlicenseNot gradedqualityAmaintenanceAn MCP server for Christian scholarship and research, providing read-only access to a SQLite corpus of 66-book BSB and 83-book WEB Bibles, original-language Greek/Hebrew word studies with Strong's and morphology, cross-references, patristic citations (Irenaeus, Justin Martyr, Apostolic Fathers), verse alignments, semantic and hybrid search over ~55,800 embeddings, and multi-work passage retrieval, interlinear lookup, and research-brief synthesis prompts.2-
- AlicenseBqualityDmaintenanceProvides Hebrew & Greek word study, full morphological parsing, cross-references, LXX alignment, and more from open-licensed data sources, usable by any MCP-compatible client.9MIT
- AlicenseNot gradedqualityBmaintenancePostgreSQL-backed MCP server for deep Bible study, integrating 140+ translations, Greek/Hebrew lexicons, cross-references, and semantic search.MIT
- AlicenseAqualityAmaintenanceFree, no-key MCP server for reading scripture from 35+ public-domain translations in 8 languages. Lets users fetch verses, chapters, and passages via natural language from any MCP client.7MIT
- AlicenseNot gradedqualityCmaintenanceEnables local reading, searching, and scholarly study of the Bible through MCP tools, including passage lookup, literal search, topical research, word study, related-passage discovery, passage comparison, and corpus overviews.37 npmMIT
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: cross_references for related verses, list_books for book listing, list_versions for version listing, lookup for retrieving specific passages, search for searching text, and word_study for lexical analysis. There is no overlap or ambiguity.
All tool names follow a consistent snake_case pattern (e.g., cross_references, list_books, word_study). Verbs are used where appropriate (list, search, lookup) and the naming is predictable and clear.
With 6 tools, the server is well-scoped for a Bible study domain. It covers essential operations (browse, lookup, search, reference, study) without being too few or too many.
The tool set covers the full read-only lifecycle for Bible study: listing resources (books, versions), retrieving passages, searching, cross-referencing, and word study. No obvious gaps are present for the domain's purpose.