ZeroCoolZiemer/biblebridge-mcp
BibleBridge MCP server for fast, structured Scripture access, semantic topic exploration, and context-aware retrieval for AI agents.
Platform-specific configuration:
{
"mcpServers": {
"biblebridge-mcp": {
"command": "npx",
"args": [
"-y",
"biblebridge-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Lightweight, production-ready MCP server for fast, structured Scripture access, semantic exploration, contextual retrieval, and theological analysis via the BibleBridge API.
---
---
git clone https://github.com/your-username/biblebridge-mcp.git
cd biblebridge-mcp
npm install
node server.jsRuns 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.
---
git clone https://github.com/your-username/biblebridge-mcp.git
cd biblebridge-mcp
npm installThe 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_hereGet a free key at holybible.dev/signup — 500 requests/day, no credit card required.
Run the server:
node server.jsDebug with MCP Inspector:
npx @modelcontextprotocol/inspector node server.js
# Opens MCP Inspector for interactive tool testing---
Add the following to your configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json{
"mcpServers": {
"biblebridge": {
"command": "node",
"args": ["/absoluteLoading reviews...