BibleGateway Verse of the Day MCP Server
@cmathgit
About BibleGateway Verse of the Day MCP Server
This is a MCP server for the BibleGateway Verse of the Day (Web Service Only)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"biblegateway-votd": {
"command": "/ABSOLUTE/PATH/TO/PARENT/FOLDER/uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/biblegateway-votd-mcp",
"run",
"biblegateway-votd-basic.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is BibleGateway Verse of the Day MCP Server?
A Model Context Protocol (MCP) server that fetches the Verse of the Day from BibleGateway.com for multiple translations, delivering Scripture into any MCP-compatible AI development environment. No API key is required.
How to use BibleGateway Verse of the Day MCP Server?
Clone the repository, create a Python virtual environment with uv venv, install dependencies (uv add mcp[cli] httpx), then configure your IDE’s MCP settings (mcp.json) with the absolute paths to uv and the project directory. Query your AI agent with natural-language commands like “What is the verse of the day in the King James Version?”
Key features of BibleGateway Verse of the Day MCP Server
- Fetches the Verse of the Day from BibleGateway.com daily.
- Supports over 300 translations across dozens of languages.
- Includes multiple standalone Python scripts (KJV, ESV, Spanish, global, etc.).
- All tools accept zero arguments and return structured JSON.
- Free and public – no API key or authentication needed.
- Compatible with Cursor, Roo Code, Cline, and Gemini-CLI.
Use cases of BibleGateway Verse of the Day MCP Server
- Integrate a daily verse into a developer’s AI-assisted workflow.
- Provide Scripture references in devotional or educational tools.
- Reference the verse of the day in a Bible study or note-taking app.
- Automate retrieval of a specific translation for content or publishing.
- Anchor AI sessions with a verse for personal or community use.
FAQ from BibleGateway Verse of the Day MCP Server
What Bible translations are available?
Over 300 translations in dozens of languages. The repository includes dedicated scripts for English (40+ versions), Spanish, and global translations (Arabic, Chinese, Japanese, Ukrainian, Yoruba, etc.).
Do I need an API key or account?
No. The BibleGateway VOTD endpoint is a free, publicly accessible web service. No API key is required.
How do I install and run the server?
Clone the repo, use uv to create a venv and install dependencies (mcp[cli], httpx). Then configure the server in your IDE’s MCP settings and run the desired Python script (e.g., uv run biblegateway-votd.py).
Are there any limits on tool names or server names?
Cursor limits the combined length of server name + tool name to 60 characters. If tools fail to load, shorten the server name in mcp.json.
Where does the data come from?
Directly from BibleGateway.com’s public VOTD endpoint. No local storage is used; the data is fetched fresh on each request.
Frequently asked questions
What Bible translations are available?
Over 300 translations in dozens of languages. The repository includes dedicated scripts for English (40+ versions), Spanish, and global translations (Arabic, Chinese, Japanese, Ukrainian, Yoruba, etc.).
Do I need an API key or account?
No. The BibleGateway VOTD endpoint is a free, publicly accessible web service. No API key is required.
How do I install and run the server?
Clone the repo, use `uv` to create a venv and install dependencies (`mcp[cli]`, `httpx`). Then configure the server in your IDE’s MCP settings and run the desired Python script (e.g., `uv run biblegateway-votd.py`).
Are there any limits on tool names or server names?
Cursor limits the combined length of server name + tool name to 60 characters. If tools fail to load, shorten the server name in `mcp.json`.
Where does the data come from?
Directly from BibleGateway.com’s public VOTD endpoint. No local storage is used; the data is fetched fresh on each request.
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments