FHL Bible

v1.0.0Knowledge & Memorystable

FHL Bible MCP Server

fhl-mcp-servermcpai-integration
Share:
14
Stars
0
Downloads
0
Weekly
0/5

What is FHL Bible?

FHL Bible is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to fhl bible mcp server

FHL Bible MCP Server

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • FHL Bible MCP Server

Use Cases

Access FHL Bible resources and scripture data.
ytssamuel

Maintainer

LicenseNOASSERTION
Languagepython
Versionv1.0.0
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx fhl-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use FHL Bible

The FHL Bible MCP Server provides AI clients with deep access to biblical scripture, original-language word studies, commentaries, and patristic texts through 27 specialized tools. It supports over 20 Bible translations, Hebrew/Greek Strongs concordance lookups, 10+ commentary resources, Apocrypha books, and Apostolic Fathers texts, making it a comprehensive research platform for Bible study, sermon preparation, and theological inquiry. The server is built in Python with a full virtual environment setup and 160 unit tests for reliability.

Prerequisites

  • Python 3.10 or higher installed
  • Git for cloning the repository
  • An MCP-compatible client such as Claude Desktop or VS Code with an MCP extension
  • Sufficient disk space for Bible translation and commentary data files (several hundred MB)
1

Clone the repository

Download the FHL MCP Server source code from GitHub.

git clone https://github.com/ytssamuel/FHL_MCP_SERVER.git
cd FHL_MCP_SERVER
2

Run the automated install script

Use the platform-specific install script to set up the virtual environment, install dependencies, and initialize the data files automatically.

# macOS / Linux:
chmod +x scripts/install.sh && bash scripts/install.sh

# Windows:
.\scripts\install.bat
3

Generate the MCP client configuration

Run the config generation script to produce the correct claude_desktop_config.json snippet with the right virtual environment Python path.

python scripts/generate_config.py
4

Add the generated config to Claude Desktop

Copy the generated JSON snippet into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). The config must use the virtual environment Python, not the system Python.

{
  "mcpServers": {
    "fhl-bible": {
      "command": "/path/to/FHL_MCP_SERVER/venv/bin/python",
      "args": ["-m", "fhl_mcp_server"],
      "env": {
        "PYTHONPATH": "/path/to/FHL_MCP_SERVER/src",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}
5

Restart Claude Desktop

Quit and reopen Claude Desktop to load the FHL Bible server. You can verify it loaded by asking Claude to list available Bible versions.

FHL Bible Examples

Client configuration

Claude Desktop configuration for the FHL Bible MCP server using the virtual environment Python.

{
  "mcpServers": {
    "fhl-bible": {
      "command": "/Users/yourname/FHL_MCP_SERVER/venv/bin/python",
      "args": ["-m", "fhl_mcp_server"],
      "env": {
        "PYTHONPATH": "/Users/yourname/FHL_MCP_SERVER/src",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}

Prompts to try

Example prompts for scripture study, original language research, and commentary access.

- "Get John 3:16 in the KJV, NIV, and ESV translations."
- "Look up the Greek word for 'love' (agape) in Strongs concordance — G26."
- "Search the Bible for all verses containing the word 'covenant'."
- "Get Matthew Henry's commentary on Romans 8:28."
- "Retrieve 1 Corinthians chapter 13 and analyze the original Greek words for love."
- "List all available Bible versions and commentary resources."

Troubleshooting FHL Bible

Server fails to start with 'ModuleNotFoundError'

The 'command' in your MCP config must point to the virtual environment Python, not the system Python. Use the path printed by 'python scripts/generate_config.py'. Confirm it by running '/path/to/venv/bin/python -c "import fhl_mcp_server"' in your terminal.

Bible data or commentary files are missing

Re-run the install script (bash scripts/install.sh) which downloads and initializes all required data files. Check available disk space — the full dataset requires several hundred MB.

Strongs lookup returns no results

Strongs numbers are prefixed: H for Hebrew Old Testament (e.g. H1234) and G for Greek New Testament (e.g. G26). Make sure you are using the correct prefix and number format when calling get_word_analysis or lookup_strongs.

Frequently Asked Questions about FHL Bible

What is FHL Bible?

FHL Bible is a Model Context Protocol (MCP) server that fhl bible mcp server It connects AI assistants to external tools and data sources through a standardized interface.

How do I install FHL Bible?

Follow the installation instructions on the FHL Bible GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with FHL Bible?

FHL Bible works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is FHL Bible free to use?

Yes, FHL Bible is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "fhl-mcp-server": { "command": "npx", "args": ["-y", "fhl-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use FHL Bible?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides