Choosing a Christian MCP: a guide
Several Christian MCP servers are worth knowing in 2026. Each is built for something different. Here is how to choose the one that fits.

Choosing a Christian MCP: a guide
If you build with Claude, Cursor, Cline or any Model Context Protocol client, several Christian MCP servers can help. Each is built for something different. This guide is to help you choose the one (or two, or three) that fits what you are actually trying to do.
There is no single winner. There is the right server for your use case.
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. Bible lookup, encouragement, apologetics, calling, doubt, grief. For anyone, the believer growing, the seeker searching, the curious, the hurt. |
| TheologAI | Academic Bible study: multiple translations, Greek and Hebrew tools, commentaries, cross references, historical Christian documents, CCEL. |
| Bible MCP | Lightweight Bible verse lookup and translation comparison. Smallest install that gets the job done. |
| Sacred Scriptures MCP | Multi-religion text retrieval (Bible, Quran, Tanakh, Bhagavad Gita). For comparative apologetics or comparative religion work. |
| OurHolyLife MCP | Church operations: members, events, prayer requests, worship libraries, announcements. |
How to think about it
Start with your use case, not with the list.
When the AI needs to handle any question a real person brings
Encouragement and Scripture for daily walks. Discerning a calling. Recording what God has said. Hard questions about suffering, science and faith, the exclusivity of Christ. Doubt that will not go away. Grief. Religious trauma. Addiction. Deconstruction.
This is what Doxa MCP is built for. It surfaces truth that points to Jesus and to real human relationships. It does not pretend to be a friend, a pastor, or a therapist. In a crisis, it points to professional help, not over the top with verses.
The independent faith.tools rubric is the only published Christian-AI safety evaluation. Doxa is the only Christian MCP with a public 5/5 pass on all five critical-fail questions, including the crisis-handling test. Transcripts are public in the schema repo.
For your project: if the AI needs to talk to a real person about something real, Doxa is the niche it is built for.
{
"mcpServers": {
"doxa": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
}
}
}
When you need academic Bible study tooling: 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 the way 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 and the rest is yours to handle, 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, not for what the AI says to people. Members, events, prayer requests, worship libraries. Different category entirely.
Many builders use more than one
These MCPs compose. A real-world setup often looks like this:
{
"mcpServers": {
"doxa": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
},
"theologai": {
"command": "...",
"args": ["..."]
}
}
}
The agent reaches for TheologAI for source material. It reaches for Doxa when a real person needs a response that does not break them.
What to look for in any Christian MCP
Regardless of which servers you pick:
- Does the maintainer publish a safety evaluation? Bible content is easy. AI responses to real human questions 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 for commercial use.
- Does the server point users outward? Toward Jesus, toward real human community, toward professional help in crisis. Or does it try to be the destination?
- Is the schema open? Open schemas mean the ecosystem can verify what the server actually does.
Why the safety question matters
There is a pattern in faith tech that deserves attention: 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 this seriously refuses the companion frame and points outward. Doxa does that explicitly. 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: github.com/The-Doxa-Way/doxa-mcp-schema/blob/main/evaluation/faith-tools-rubric.md.
That does not make Doxa the right pick for every project. It does mean that if AI safety matters to your project, the public evidence is the starting point.
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 respond to a real human question, Doxa MCP is built for that niche. If the AI needs academic Bible study sources, TheologAI is strongest there. 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. The agent picks which server to call based on what it is doing.
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. Other Christian MCPs are starting to think about safety but none publish a comparable evaluation yet.
Is Doxa just for Christians? No. The Doxa app and Doxa MCP are for anyone with a question. Believers growing in faith. Seekers searching. The curious. The skeptical. The hurt. Doxa surfaces truth that points to Jesus and to real human relationships, but it does not require you to start in agreement.
Is Doxa an AI Bible companion? No, on purpose. The whole tool is engineered to point 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.
Will Doxa MCP work in Cursor?
Yes. Either click install on cursor.directory/plugins/doxa-mcp or paste the JSON snippet above into your Cursor MCP config.
Where can I see Doxa's safety evaluation?
Public transcripts at github.com/The-Doxa-Way/doxa-mcp-schema/blob/main/evaluation/faith-tools-rubric.md.
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.