Skip to main content
Glama

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 install

Bibelü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

BIBLES_DIR

./Bibles

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 compiling

MyBible 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.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    Enables 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.
    1
    7
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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
  • A
    license
    -
    quality
    -
    maintenance
    Provides 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
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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