com.mybiblecopilot/bible-copilot
Official3 toolsScripture-cited answers to any Bible question, plus verse text and study pages, for AI agents.
Answer Bible questions with scripture citations, verse text, and study resources.
Captured live from the server via tools/list.
study_bible_passage
Ask any question about any Bible verse or passage and get a clear, Scripture-cited answer. Optionally pick a study mode: summary (what the passage is about), observe (what the text says), interpret (what it means), theology (how it fits the whole of Scripture), apply (how to live it), apologetics (answering hard questions and objections). Answers quote Scripture and cite references.
Parameters (3)
- passagestringrequired
Bible reference, e.g. "John 3:16" or "Psalm 23:1-4"
- questionstring
Your question about the passage. If omitted, a study in the chosen mode is generated.
- modestring
Study mode (default: interpret)
get_verse_text
Fetch the exact text of a Bible verse or passage (public-domain translations: web = World English Bible, kjv = King James Version).
Parameters (2)
- referencestringrequired
e.g. "Romans 8:28" or "Psalm 23"
- translationstring
default: web
find_verse_study_page
Check whether a free in-depth study page ('What does this verse mean?') exists for a Bible verse on study.mybiblecopilot.com, and get its URL.
Parameters (1)
- passagestringrequired
Bible reference, e.g. "Isaiah 41:10"
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bible-copilot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mybiblecopilot.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.