Skip to main content

The Christian MCP Server

Scripture, summoned. In Claude, Cursor, and Cline.

Plug Doxa into the AI tools you already use.

Doxa MCP is the only Christian Model Context Protocol server on the public registries. Christian encouragement and Bible lookup, on tap for any MCP client. Free, hosted at https://doxa.app/mcp/v1, install in 60 seconds.

Free · 10 encourage calls BYOL · unlimited No signup MCP 2024-11-05 Listed: Anthropic registry · Smithery · mcp.so

Install in 60 seconds

Copy-paste a config block into your MCP client. Restart. Done.

Claude Desktop

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

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

Restart Claude. Three Doxa tools appear in the tool list.

Cursor

Cursor → Settings → MCP → Add server:

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

Cline (VS Code)

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

BYOL: unlimited with your own Anthropic key

Bring your own Anthropic key. Add X-Anthropic-Key as a header. The key is used for that single request and never stored.

{
  "mcpServers": {
    "doxa": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote", "https://doxa.app/mcp/v1",
        "--header", "X-Anthropic-Key: YOUR_ANTHROPIC_KEY"
      ]
    }
  }
}

Snippets for every client + JSON schemas + example fixtures live in the public schema repo: github.com/The-Doxa-Way/doxa-mcp-schema

Scripture, summoned. Not an AI companion.

The Doxa prompt is hardened against the well-known dangers of AI-companion design: anthropomorphism, parasocial attachment, simulated friendship, first-person persona. There is no Doxa-the-friend.

Responses are third-person. The voice never says "I feel for you" or "I'm here for you." Responses point toward Jesus and Scripture, not toward the assistant itself. 141 KB of edge-case-tested rules behind every reply.

Three tools

doxa_encourage(situation)

Short, screenshot-shareable encouragement in the Doxa voice, with embedded Scripture references. Free tier caps output at 250 tokens; BYOL at 1500.

doxa_scripture(reference)

Bible verse lookup against the Berean Standard Bible (BSB), hosted in Doxa's own database. Single verses and ranges (e.g., "Psalm 23:1-3"). Includes a deep link into the Doxa Bible reader.

doxa_way_movement(movement?)

The full Doxa Way journey map. Static data, no LLM call, no rate limit cost.

The Doxa Way

Encouragement for your whole journey.

The next mile, not the next step.

A journey map for the long road, not a checklist. The doxa_way_movement tool surfaces a single movement at a time as it fits a user's situation. The full map runs from hearing what God is saying through enduring on a road that costs.

The 5-verb daily practice in the Doxa app (Hear · Discern · Record · Remember · Trust) is the entry path into the same map.

Try it now (no install)

Hit the endpoint with curl:

curl -sX POST https://doxa.app/mcp/v1 \
  -H 'content-type: application/json' \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "doxa_encourage",
      "arguments": {"situation": "I am tired and tempted to give up."}
    }
  }' | jq

Four ways to use it

Mode Auth Encourage calls Cost
Free trial None 10 per IP (lifetime) Free
BYOL X-Anthropic-Key header Unlimited You pay Anthropic
Metered X-Doxa-API-Key header Unlimited $0.05/call
White Label X-Doxa-API-Key header Unlimited $29/mo + $0.05/call

Scripture lookup and Doxa Way are free on all tiers, including free trial. Only doxa_encourage counts toward your limit.

Every response includes a Doxa · doxa.app attribution footer. Free-tier attribution is mandatory (see Terms & Acceptable Use). White Label removes attribution.

Need more than the free trial?

Pay only for what you use. Every encourage call is $0.05, billed monthly. Scripture and Doxa Way are always free. Same voice, same Scripture, same safety.

Metered

$0.05/call

Unlimited encourage calls, billed monthly

White Label

$29/mo + $0.05/call

Removes the Doxa attribution footer

See pricing and buy

The only Christian MCP server

Most of the public MCP registries (Anthropic's official MCP registry, Smithery, mcp.so) host hundreds of servers for productivity, search, code, and design tools. As of May 2026, Doxa MCP is the only Christian MCP server listed on any of them. The tools are deliberately narrow: encouragement, Scripture lookup, the Doxa Way framework. Not a chatbot, not a wrapper around a generic prompt.

See the full Christian AI category on the Doxa Christian AI hub, or read our long-form pillar on the two failure modes Christian AI must avoid.

More from Doxa

Terms & Acceptable Use  ·  Report abuse: abuse@doxa.app