themikejr/bible-mcp
If you are the rightful owner of bible-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Bible MCP is an MCP server that provides scripture text to LLMs via the Model Context Protocol.
Bible MCP
An MCP server that provides scripture text to LLMs via the Model Context Protocol.
Overview
Bible MCP is a tool that allows Large Language Models (LLMs) to access and query scripture text in multiple languages. It uses the Model Context Protocol (MCP) to standardize how the LLM interacts with biblical texts.
Features
- Query Bible verses by reference (book, chapter, verse)
- Access original language texts (Hebrew, Greek) and English translations
- Retrieve multiple verses or entire passages
- Compare translations side by side
Data Sources
- Greek New Testament (SBLGNT)
- Hebrew Old Testament
- Berean Standard Bible (English translation)
Development
See for development guidelines and commands.
Build
npm run build
docker build -t bible-mcp .
docker run -i bible-mcp