loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

biblebridge-mcp

MCP Tool

ZeroCoolZiemer/biblebridge-mcp

BibleBridge MCP server for fast, structured Scripture access, semantic topic exploration, and context-aware retrieval for AI agents.

Install

$ npx loaditout add ZeroCoolZiemer/biblebridge-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "biblebridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "biblebridge-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

biblebridge-mcp

Lightweight, production-ready MCP server for fast, structured Scripture access, semantic exploration, contextual retrieval, and theological analysis via the BibleBridge API.

---

Requirements
  • Node.js: 18+
  • BibleBridge API Key: Free tier included — upgrade at holybible.dev for higher limits

---

Quick Start
git clone https://github.com/your-username/biblebridge-mcp.git
cd biblebridge-mcp
npm install
node server.js

Runs instantly with a built-in demo key (bb_free_demo) — no setup required. Each installation gets its own quota via a unique client ID, so you won't share limits with other users. For production use, get a free personal API key at holybible.dev/signup.

---

Installation & Setup
1. Clone and Install
git clone https://github.com/your-username/biblebridge-mcp.git
cd biblebridge-mcp
npm install
2. Configuration

The server works out of the box with the demo key. To use your own API key (recommended for any real usage):

Copy .env.example to .env:

BIBLEBRIDGE_API_KEY=your_key_here

Get a free key at holybible.dev/signup — 500 requests/day, no credit card required.

3. Execution

Run the server:

node server.js

Debug with MCP Inspector:

npx @modelcontextprotocol/inspector node server.js
# Opens MCP Inspector for interactive tool testing

---

Client Configuration
Claude Desktop

Add the following to your configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "biblebridge": {
      "command": "node",
      "args": ["/absolute

Tags

aiapibiblecross-referencesllmmcpmodel-context-protocolnodejsscripturesemantic-search

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ZeroCoolZiemer/biblebridge-mcp)](https://loaditout.ai/skills/ZeroCoolZiemer/biblebridge-mcp)