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.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论