Scripture-Insight-MCP-Server

Berniceboateng775/Scripture-Insight-MCP-Server
★ 0 stars Unknown language 🤖 AI/LLM Updated 1d ago
A modular MCP server that lets LLMs explore, analyze, and reason over the Bible—combining text retrieval, theology, language analysis, and historical context. Think of it as a developer-friendly “Bible intelligence layer” that an AI agent can call into.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scripture-insight-mc": {
      "command": "npx",
      "args": [
        "-y",
        "Berniceboateng775/Scripture-Insight-MCP-Server"
      ]
    }
  }
}