FHL Bible
FHL Bible MCP Server
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
Maintainer
Works with
Installation
Manual Installation
npx fhl-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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_SERVERRun 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.batGenerate 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.pyAdd 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"
}
}
}
}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.
FHL Bible Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to FHL Bible? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
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.
Set Up FHL Bible in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.