BibleGateway Verse of the Day MCP Server
@cmathgit
BibleGateway Verse of the Day MCP Server について
This is a MCP server for the BibleGateway Verse of the Day (Web Service Only)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Codelf
unbugA search tool helps dev to solve the naming things problem.
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.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント