BibleMCP
Сервер MCP для Библии
Сервер MCP (Model Context Protocol), который позволяет ИИ-ассистентам получать библейские стихи, отрывки и главы из баз данных SQLite в формате MyBible.
Возможности
list_bibles — Список всех установленных переводов Библии
list_books — Список всех книг в переводе
get_passage — Получить один стих или диапазон стихов (например, Ин. 3:16, Рим. 8:1-3)
get_chapter — Получить целую главу с заголовками разделов
Related MCP server: SolaGuard MCP Server
Установка
Установка зависимостей
npm installДобавление переводов Библии
Поместите файлы MyBible .SQLite3 в каталог Bibles/, по одной папке на перевод:
Bibles/
├── NIV'11/
│ ├── NIV'11.SQLite3
│ └── NIV'11.commentaries.SQLite3
├── KJV/
│ └── KJV.SQLite3
└── ...Каждая подпапка должна содержать хотя бы один файл *.SQLite3 (основная база данных Библии). Базы данных комментариев (*.commentaries.SQLite3) необязательны. Имя папки становится идентификатором перевода, используемым в вызовах инструментов.
Настройка с вашим ИИ-клиентом
Добавьте в конфигурацию вашего MCP-клиента:
{
"mcpServers": {
"bible": {
"command": "node",
"args": ["path/to/BibleMCP/dist/index.js"]
}
}
}Для разработки:
{
"mcpServers": {
"bible": {
"command": "npx",
"args": ["tsx", "path/to/BibleMCP/src/index.ts"]
}
}
}Конфигурация
Переменная окружения | По умолчанию | Описание |
|
| Путь к каталогу, содержащему папки переводов Библии |
Разработка
npm run build # Compile TypeScript to dist/
npm run dev # Run server in dev mode (tsx)
npm test # Run all tests
npm run test:watch # Run tests in watch mode
npm run typecheck # Type-check without compilingФормат MyBible
Этот сервер читает стандартную схему SQLite MyBible:
info — метаданные (описание, язык)
books — номера книг, краткие/полные названия (66 книг, нумерация 10–730)
verses —
book_number, chapter, verse, text(текст может содержать HTML-разметку)stories — заголовки разделов / перикопы
introductions — введения к книгам
Текст стихов возвращается в виде чистого обычного текста без HTML-разметки.
Лицензия
Код этого сервера распространяется под лицензией MIT. См. LICENSE.
Модули перевода Библии в каталоге Bibles/ не подпадают под действие этой лицензии — они защищены соответствующими авторскими правами и не распространяются вместе с этим репозиторием.
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
- FlicenseAqualityDmaintenanceEnables AI assistants to retrieve Bible passages from multiple translations (ESV, NIV, KJV, NASB, NKJV, NLT, AMP, MSG). Supports querying single or multiple passages and provides both MCP protocol integration and REST API endpoints.17
- 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.MIT
- Alicense-quality-maintenanceProvides structured access to Scripture through the BibleBridge API, enabling semantic search, contextual verse retrieval, and cross-reference analysis. It supports natural language reference normalization and comparative theological exploration across different passages.1
- Flicense-qualityDmaintenanceEnables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.
Related MCP Connectors
AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
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/lindsaysperring/BibleMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server