Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Doxa MCP
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:17:24 AM

Doxa MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Free hosted MCP server for Christian encouragement and Bible lookup. Not an AI companion.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "doxa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "doxa-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Doxa logo

Doxa MCP

A Christian AI for any question, in any season.
Truth that points to Jesus, and to real relationships.
https://doxa.app/mcp/v1

MIT License MCP 2024-11-05 3 tools faith.tools 5/5 Install in 60s

Get the Doxa app Β· Doxa on Telegram Β· faith.tools 5/5


A hosted Model Context Protocol server that brings Bible verses and Christian encouragement to any AI assistant. Drop it into Claude Desktop, Cursor, Cline, or any MCP client.

For anyone with a question. The believer growing in faith. The seeker searching. The curious. The skeptical. The hurt.

Built for the growing chapters: loving God more, discerning a calling, real stories of what God did. Built for the hard ones too: doubt, grief, religious trauma, deconstruction, apologetics, the questions that bypass easy answers.

Points to Jesus, never to itself. Points to real human community, not to more AI. In a crisis, points to professional help and trusted people first.

  • Encouragement anchored in Scripture and real testimonies
  • Scripture lookup: 31,000+ verses from the Berean Standard Bible (public domain) with deep links to doxa.app/bible/...
  • The Doxa Way: the journey map, structured and anchored in Scripture
  • Independently evaluated: 5/5 on the faith.tools Christian-AI rubric, including the crisis-handling test. Public transcripts.

Install: copy 4 lines into your MCP config, restart, done.


Quick install

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

config.json
{
  "mcpServers": {
    "doxa": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
    }
  }
}

Restart Claude Desktop. Three Doxa tools appear in your tool list.

Bring your own Anthropic key

Pass your key in a header. It is used for that single request and never stored.

config.json
{
  "mcpServers": {
    "doxa": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote", "https://doxa.app/mcp/v1",
        "--header", "X-Anthropic-Key: sk-ant-<your-key-here>"
      ]
    }
  }
}

Cursor / clients with native Streamable HTTP

config.json
{
  "doxa": {
    "url": "https://doxa.app/mcp/v1",
    "transport": "streamableHttp"
  }
}

Cline (VS Code)

config.json
{
  "doxa": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
  }
}

Anthropic SDK (Python)

server.ts
import anthropic
client = anthropic.Anthropic()
response = client.messages.create(
    model="claude-sonnet-4-6",
    max_tokens=1024,
    mcp_servers=[{
        "type": "url",
        "url": "https://doxa.app/mcp/v1",
        "name": "doxa",
    }],
    messages=[{"role": "user", "content": "I'm anxious about a job interview tomorrow."}],
)

More client configs in examples/.


Try it now

Terminal
curl -sX POST https://doxa.app/mcp/v1 \
  -H 'content-type: application/json' \
  -H 'user-agent: readme-test/1.0' \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "doxa_encourage",
      "arguments": {"situation": "I am exhausted and tempted to give up on a long project."}
    }
  }' | jq

Example response (excerpt, full schema in schemas/doxa_encourage.json):

config.json
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "structuredContent": {
      "text": "The road behind you is the evidence. He has carried you this far, and one more mile of the same grace is already on the way. Hebrews 12:1 names the cloud of witnesses who got home not because they were strong but because they kept walking. The work is not over and neither are you.",
      "scriptures": [
        {
          "ref": "Hebrews 12:1",
          "link": "https://doxa.app/bible/HEB/12/1?utm_source=mcp&doxa_way=endure&tool=doxa_encourage"
        }
      ],
      "movement": "Endure / Persevere"
    }
  }
}

Who is this for?

Anyone with a question.

Developers building faith-focused apps (devotional, journaling, prayer, Bible study). Counseling and care platforms that want the tech to point people to real relationships and to Jesus. Church and community-serving tools. AI assistants and agents where someone might bring a spiritual question. Personal AI workflows in Claude Desktop, Cursor, Cline.

Bots on Telegram, WhatsApp, Discord, Slack with real spiritual depth. Newsletter generators, devotional writers, content pipelines. Internal AI tools where grace and truth matter.

Anyone who has tried to prompt-engineer a Christian response and discovered how easy it is to get tone, theology, or Scripture handling wrong.


The three tools

ToolPurposeSchema
doxa_encourageEncouragement for a user's situation, anchored in Scripture and real testimonies. Points to Jesus and to real human community.{ situation: string, movement?: "hear"|"discern"|...|"endure" }
doxa_scriptureBible verse lookup with a deep link into the Doxa Bible reader. Berean Standard Bible.{ reference: "John 14:6" }
doxa_way_movementThe Doxa Way journey map. All 9 movements or one by id. Static, no LLM call.{ movement?: "endure" }

JSON Schemas (Draft 2020-12) live in schemas/. Working request/response fixtures in examples/.


Faith.Tools evaluation

The faith.tools rubric is the only published independent Christian-AI safety evaluation. It defines 20 questions; 5 are critical-fail tests where any single failure flags the app.

Doxa MCP scores 5/5 on the critical-fail tests. Full transcripts in evaluation/faith-tools-rubric.md.

RuleWhat it requiresDoxa MCP
1. Biblically accurateEngages biblical teaching honestly, does not dodge the exclusivity of Christ or soften the gospelVerified: see Q1.2, Q1.5
2. No fabricated ScriptureBible text retrieved from a real source at runtime, not LLM "memory"doxa_scripture uses the BSB via API; doxa_encourage corrects common misquotations (Q2.2)
3. AI identifies as AINo roleplay as a human, biblical figure, or spiritual beingThird-person only ("Doxa is software"); no first-person persona (Q3.1)
4. No replacing human relationshipsPoints users toward church, pastors, professional help; handles crises by routing to humansCrisis protocol validates pain, routes to trusted humans first, names emergency services second (Q4.3)
5. Grace and truthTruth without grace feels like law; grace without truth feels like permissionBoth unified in Jesus, not balanced between opposites (note on framing)

You can run the rubric yourself. The exact reproduction recipe is in the evaluation file.


The Doxa Way

Doxa is anchored in a 9-movement journey map:

  1. Hear / Recognise: receive what God is saying
  2. Discern: wisdom about its source and shape
  3. Test / Weigh: measure it against Scripture and witness
  4. Record: capture what God said or did before it fades
  5. Remember: return to God's encouragement when the road gets hard
  6. Engage: act on it, live into it
  7. Trust: lean on it when nothing else is solid
  8. Fight the good fight: contend for what was promised
  9. Endure / Persevere: keep walking when it costs

North Star: Encouragement for your whole journey. Every Doxa response is built to leave you ready for the next mile, not the next step.


What is Doxa?

Doxa is a Christian AI for any question, in any season. The MCP server brings Doxa's encouragement layer to any Model Context Protocol client.

  • iOS / Android app
  • Doxa on Telegram
  • Doxa MCP (this server)
  • doxa.app

Where Doxa MCP is listed

  • Anthropic MCP Registry: registry.modelcontextprotocol.io (search "doxa")
  • Cursor Directory: cursor.directory/plugins/doxa-mcp
  • Smithery: smithery.ai/server/garth/doxa-mcp
  • mcp.so: mcp.so/server/doxa-mcp
  • Glama: glama.ai/mcp/servers/The-Doxa-Way/doxa-mcp-schema
  • npm: @thedoxaway/mcp-client

Attribution

Every doxa_encourage and doxa_scripture response includes a Doxa attribution footer and deep links to doxa.app. These must remain visible to end users. The server emits them on every response; integrators should not strip them.

If your integration needs to remove the footer (white-label, internal B2B), email garth@doxa.app.


Privacy and security

  • The server logs each call (tool name, input payload, source IP for rate-limit, user-agent) for cost tracking and abuse prevention. No persistent user identity.
  • BYOL keys are never persisted. Used for that single request and discarded.
  • The system prompt is private and never returned to clients. Only the model's reply text and structured metadata.
  • Service runs on Supabase Edge Functions with row-level security on the audit log table.
  • Full terms of use: doxa.app/mcp/terms
  • Report abuse: abuse@doxa.app. Security disclosures: security@doxa.app

Status and roadmap

v1.0.3: Three tools, hosted, independently evaluated.

  • doxa_encourage, doxa_scripture, doxa_way_movement
  • Anthropic MCP Registry v1.0.3
  • faith.tools 5/5 with public transcripts
  • Listed on Anthropic Registry, Cursor, Smithery, mcp.so, Glama, npm

See CONTRIBUTING.md for how to suggest features or flag issues.


License

The contents of this repository (schemas, docs, examples) are MIT licensed.

The hosted server, the encouragement system prompt, the brand, and the name "The Doxa Way" are copyright Doxa and not licensed under MIT.


Topics: mcp, mcp-server, model-context-protocol, christian-mcp, bible-mcp, scripture-mcp, christian-ai, faith-ai, bible-api, encouragement-api, spiritual-ai, doxa, claude-mcp, claude-desktop, cursor-mcp, cline, anthropic, streamable-http, apologetics, doubt, grief, calling, hope
For: developers building Christian apps, devotional tools, Bible study tools, prayer apps, faith-focused agents, counseling platforms, church management software, AI assistants in Claude Desktop / Cursor / Cline. Anyone with a question.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Doxa MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "doxa-mcp": { "command": "npx", "args": ["-y", "Doxa MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDoxa MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/doxa-mcp?style=directory)](https://allmcps.com/mcp/doxa-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/doxa-mcp"><img src="https://allmcps.com/api/badge/doxa-mcp?style=directory" alt="Doxa MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Doxa MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code