BibleMCP
Bible MCP Server
Ein MCP (Model Context Protocol) Server, der KI-Assistenten ermöglicht, Bibelverse, Abschnitte und Kapitel aus MyBible-format SQLite-Datenbanken abzurufen.
Funktionen
list_bibles — Alle installierten Bibelübersetzungen auflisten
list_books — Alle Bücher einer Übersetzung auflisten
get_passage — Einen einzelnen Vers oder einen Versbereich abrufen (z.B. Johannes 3:16, Römer 8:1-3)
get_chapter — Ein ganzes Kapitel mit Abschnittstiteln abrufen
Related MCP server: SolaGuard MCP Server
Einrichtung
Abhängigkeiten installieren
npm installBibelübersetzungen hinzufügen
Legen Sie MyBible .SQLite3-Dateien im Verzeichnis Bibles/ ab, einen Ordner pro Übersetzung:
Bibles/
├── NIV'11/
│ ├── NIV'11.SQLite3
│ └── NIV'11.commentaries.SQLite3
├── KJV/
│ └── KJV.SQLite3
└── ...Jeder Unterordner muss mindestens eine *.SQLite3-Datei (die Hauptbibel-Datenbank) enthalten. Kommentar-Datenbanken (*.commentaries.SQLite3) sind optional. Der Ordnername wird zur Übersetzungs-ID, die in Tool-Aufrufen verwendet wird.
Mit Ihrem KI-Client konfigurieren
Fügen Sie zu Ihrer MCP-Client-Konfiguration hinzu:
{
"mcpServers": {
"bible": {
"command": "node",
"args": ["path/to/BibleMCP/dist/index.js"]
}
}
}Für die Entwicklung:
{
"mcpServers": {
"bible": {
"command": "npx",
"args": ["tsx", "path/to/BibleMCP/src/index.ts"]
}
}
}Konfiguration
Umgebungsvariable | Standard | Beschreibung |
|
| Pfad zum Verzeichnis, das die Bibelübersetzungsordner enthält |
Entwicklung
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 compilingMyBible Format
Dieser Server liest das standardmäßige MyBible SQLite-Schema:
info-Tabelle — Metadaten (Beschreibung, Sprache)
books-Tabelle — Buchnummern, Kurz-/Langnamen (66 Bücher, nummeriert 10–730)
verses-Tabelle —
book_number, chapter, verse, text(Text kann HTML-Markup enthalten)stories-Tabelle — Abschnittstitel / Perikopen
introductions-Tabelle — Bucheinleitungen
Der Vers-Text wird als sauberer Klartext zurückgegeben, wobei jegliches HTML-Markup entfernt wurde.
Lizenz
Dieser Server-Code ist unter der MIT-Lizenz lizenziert. Siehe LICENSE.
Bibelübersetzungsmodule im Verzeichnis Bibles/ sind nicht von dieser Lizenz abgedeckt — sie unterliegen ihren jeweiligen Urheberrechten und werden nicht mit diesem Repository verteilt.
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