bible-mcp

arkraieski/bible-mcp
★ 0 stars Python AI/LLM Updated 13d ago
a local mcp server that lets agents search for Bible verses with various methods
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bible-mcp": {
      "command": "uvx",
      "args": [
        "bible-mcp"
      ]
    }
  }
}

Or install with pip: pip install bible-mcp

README Excerpt

Experimental local MCP server providing Bible study tools to AI agents/applications (like Claude Code, Claude Desktop, Codex, AnythingLLM, etc.) via [FastMCP](https://github.com/jlowin/fastmcp). SQLite backend with full-text and semantic search across WEB and KJV translations. Although this was inspired by a [joke post](https://bsky.app/profile/alexkraieski.bsky.social/post/3mhlcfsxais2k) I made on Bluesky, giving AI strucutured access to the Bible is important if tasks require accurate citation

Tools (7)

get_cross_referencesget_passageget_verselist_bookslist_translationssearch_semanticsearch_text