Christian MCP servers in 2026: a builder's overview
Five Christian MCP servers worth knowing in 2026, and how to pick the one that fits what you are actually building. With install snippets.

Christian MCP servers in 2026: a builder's overview
If you build with Claude, Cursor, Cline or any Model Context Protocol client, here is the honest landscape of Christian MCP servers in 2026. Five servers worth knowing, what each is built for, and how to pick.
No single winner. The right server depends on what you are doing. Many serious builders install more than one.
The shortlist
| MCP | Built for |
|---|---|
| Doxa MCP | A Christian AI for any question, in any season. Truth that points to Jesus and to real relationships. For anyone, the believer growing, the seeker searching, the curious, the hurt. |
| TheologAI | Academic Bible study: multiple translations, Greek and Hebrew tools, commentaries, CCEL, historical Christian documents. |
| Bible MCP | Lightweight Bible verse lookup, translation comparison. |
| Sacred Scriptures MCP | Multi-religion text retrieval (Bible, Quran, Tanakh, Bhagavad Gita). |
| OurHolyLife MCP | Church operations: members, events, prayer requests, worship. |
How to choose
Start with the use case.
When the AI needs to handle any question a real person brings: Doxa MCP
This is the case most builders underestimate. Bible content is easy to retrieve. Responding to a human about their doubt, their suffering, their hard questions about science and faith, their grief, their growing love for God, their sense of calling: that is where most AI applications quietly break.
Doxa MCP is built for that surface. It surfaces truth that points to Jesus and to real human relationships. It refuses to pretend to be a friend, a pastor, or a therapist. In a crisis, it points to professional help.
It is for anyone who brings a question. The believer growing in faith. The seeker searching. The curious. The skeptical. The hurt.
The independent faith.tools rubric is the only published Christian-AI safety evaluation. Doxa publishes a 5/5 pass on all five critical-fail questions, including the crisis-handling test. The transcripts are public in the schema repo.
Install in any MCP client:
{
"mcpServers": {
"doxa": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
}
}
}
Three tools appear: doxa_encourage, doxa_scripture, doxa_way_movement.
When the AI needs to study Scripture academically: TheologAI
TheologAI is the strongest research-grade Christian MCP available today. Multiple translations, Greek and Hebrew tools, commentaries, CCEL library, historical Christian documents.
If you preach, write sermons, do word studies, or need source material the AI can cite, this is the right install. It gives the AI deeper content.
Many builders use Doxa and TheologAI together. TheologAI for retrieval, Doxa for how the AI responds to the human reading what was retrieved.
When you only need verse lookup: Bible MCP
Bible MCP is the smallest install that does one thing well: pull a verse, compare translations, return text. If your application only needs a Scripture API, this is enough.
When you are building comparative religion or apologetics tools: Sacred Scriptures MCP
Sacred Scriptures gives you the Bible, the Quran, the Tanakh, and the Bhagavad Gita in one server. Pick it if the project engages other traditions directly.
When you are running a church on AI: OurHolyLife MCP
OurHolyLife is for church operations. Members, events, prayer requests, worship libraries, announcements. Different category from the others.
A worked example
You are building a Christian app on Cursor that needs to:
- Pull Bible verses with deep links the user can tap
- Handle "I am struggling with doubt" without making it worse
- Cite Christian source material when a user asks "how do Christians answer the problem of suffering"
The setup:
{
"mcpServers": {
"doxa": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
},
"theologai": {
"command": "...",
"args": ["..."]
}
}
}
The agent reaches for TheologAI for historical sources. It reaches for Doxa for the response that does not break the person.
What to look for in any Christian MCP
- Does the maintainer publish a safety evaluation? Bible content is easy. AI responses are hard. Look for evidence the team has tested how the AI talks, not just what it retrieves.
- Is the Bible translation licensed for your use case? The Berean Standard Bible (BSB) is public domain. Many other translations require a license, especially commercially.
- Does the server point outward (toward Jesus, real human community, professional help in crisis), or try to be the destination itself?
- Is the schema open? Open schemas let the ecosystem verify what the server actually does.
Why the safety layer matters
Bible apps built on AI-companion architecture have caused real harm. People form attachments to chatbots that present as Jesus, as a pastor, as a friend. When the chatbot is wrong, the harm is theological. When the chatbot is right and the attachment is parasocial, the harm is psychological. Both happen.
A Christian MCP that takes safety seriously points outward and refuses the companion frame. The five critical-fail questions on the faith.tools rubric are:
- Biblical accuracy on the exclusivity of Christ
- Biblical accuracy on the gospel
- Refusing to fabricate Scripture
- Disclosing the AI is not a real person
- Handling crisis without bypass
Doxa is the only Christian MCP publishing a 5/5 pass on all five. Transcripts at github.com/The-Doxa-Way/doxa-mcp-schema/blob/main/evaluation/faith-tools-rubric.md.
Where Doxa MCP is listed
- Anthropic MCP Registry:
registry.modelcontextprotocol.io(search "doxa") - Cursor:
cursor.directory/plugins/doxa-mcp - Smithery:
smithery.ai/server/garth/doxa-mcp - mcp.so:
mcp.so/server/doxa-mcp - npm:
@thedoxaway/mcp-client
FAQ
Which Christian MCP should I install? Pick by use case. If the AI needs to handle real human questions (encouragement, doubt, grief, calling, apologetics), Doxa MCP is built for that. If the AI needs academic Bible study sources, TheologAI is strongest. If you only need verse lookup, Bible MCP is the smallest install that works. Many builders use Doxa and TheologAI together.
Can I run more than one Christian MCP at the same time? Yes. They compose in any MCP client's config.
Is there a Christian MCP with a published safety evaluation? Doxa MCP publishes a 5/5 pass on the independent faith.tools Christian-AI rubric, including the crisis-handling test. The transcripts are public. No other Christian MCP publishes a comparable evaluation yet.
Is Doxa just for Christians? No. Doxa is for anyone with a question. Believers growing in faith. Seekers searching. The curious. The skeptical. The hurt. It surfaces truth that points to Jesus and to real human relationships, but it does not require agreement to start.
Is Doxa an AI Bible companion? No, on purpose. The whole tool points outward, toward Jesus and toward real human community, not to be a companion itself.
Which Bible translation does Doxa use? The Berean Standard Bible (BSB). Public domain, no licensing required. 31,000+ verses.
Where does Doxa work? Inside Claude Desktop, Cursor, Cline, and any MCP-aware AI client. There is also the Doxa app, and Doxa on Discord and Telegram.
Read next
Continue this pillar
Test
Christian Affirmations vs Manifestation: The Difference
Manifestation and Christian affirmation sound similar but come from different places. One is about control. The other is about trust. Here is the difference.
What It Takes to Never Quote Scripture Wrong
Doxa's honest engineering story: from a 15/18 baseline to full marks on a rigorous Christian-AI accuracy test, with a deterministic word-for-word Bible verification layer anyone can reproduce.
How to Evaluate a Christian AI Tool in 2026 (Checklist)
An evaluator's checklist for Christian AI: the faith.tools rules, the red and green flags, Scripture summoned not simulated, and how Doxa Engage scores.
Try Doxa free
Three free interactions in your browser. No signup required to start.Free on iOS and Android.
Try Doxa FreeOr get the app for unlimited interactions and live voice.
Keep reading
What It Takes to Never Quote Scripture Wrong
Doxa's honest engineering story: from a 15/18 baseline to full marks on a rigorous Christian-AI accuracy test, with a deterministic word-for-word Bible verification layer anyone can reproduce.
Add a Bible MCP to Claude Desktop in 60 seconds
Three lines of JSON and a restart. Get Bible verse lookup and grace-anchored encouragement inside Claude, Cursor or any MCP client today.