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. NuBerea
N
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:33:58 PM

NuBerea

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

AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.

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": {
    "nuberea": {
      "command": "npx",
      "args": [
        "-y",
        "nuberea"
      ]
    }
  }
}

💡 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

NuBerea AI

Tools for building AI-powered theological study experiences using NuBerea.

This repository contains resources for integrating NuBerea’s biblical research tools with AI assistants, developer frameworks, and the Model Context Protocol (MCP).


What is NuBerea?

NuBerea is an AI-powered theological assistant designed to help users explore Scripture with deeper insight.

It provides tools for:

  • Biblical cross-references
  • Greek and Hebrew word insights
  • Scripture-grounded theological explanations
  • AI-assisted sermon preparation and research

Learn more at https://nuberea.com


Model Context Protocol (MCP)

NuBerea provides an MCP server that allows AI clients to securely access NuBerea’s theological tools.

Using MCP, assistants such as ChatGPT, Claude, Cursor, Claude Desktop, or custom agents can interact with NuBerea’s research capabilities as structured tools.

Full documentation: https://nuberea.com/docs/mcp/


Quick Start (any MCP client)

This is the universal path for ChatGPT, Cursor, Claude Desktop, custom agents, and any other MCP-compatible client.

1. Create an account

Sign in or create a NuBerea account at https://nuberea.com/login.

2. Add NuBerea to your MCP client

Point your client at the NuBerea MCP server URL:

Code
https://auth.aws-dev.streamsappsgslbex.com/mcp

Example MCP configuration:

config.json
{
  "mcpServers": {
    "nuberea": {
      "url": "https://auth.aws-dev.streamsappsgslbex.com/mcp"
    }
  }
}

3. Authenticate

NuBerea MCP uses token-based authentication with refresh tokens to maintain secure, long-lived sessions. Your client will prompt you to sign in on first use. See the docs for client-specific setup.


Claude Code plugin

If you use Claude Code, NuBerea ships as a first-class plugin.

This repository follows Claude Code's marketplace layout:

  • .claude-plugin/marketplace.json defines the marketplace catalog.
  • .claude-plugin/plugin.json defines the NuBerea plugin.

Install

Choose one of the marketplace sources below. The Anthropic Community marketplace is recommended for most users; use the GitHub source if you want preview builds direct from this repo.

Anthropic Community (recommended)GitHub (this repo)
Add marketplaceclaude plugin marketplace add anthropics/claude-plugins-communityclaude plugin marketplace add streamsapps/nuberea-mcp
Installclaude plugin install nuberea@claude-communityclaude plugin install nuberea@nuberea
Updateclaude plugin marketplace update claude-community
claude plugin update nuberea@claude-community
claude plugin marketplace update nuberea
claude plugin update nuberea@nuberea
Uninstallclaude plugin uninstall nuberea@claude-community
claude plugin marketplace remove claude-community
claude plugin uninstall nuberea@nuberea
claude plugin marketplace remove nuberea

To scope a marketplace to a single repository instead of your user profile, append --scope project to the marketplace add command.

Restart Claude Code after updating so the new plugin version is loaded.

Use

Start Claude Code:

bash
claude

Authenticate NuBerea (first run only):

text
/mcp

Select nuberea and complete the authentication flow.

Try a prompt such as:

text
Use Nuberea to look up John 1:1 in Greek and summarize the lexical notes.

Troubleshooting

List configured marketplaces:

Terminal
claude plugin marketplace list

List installed plugins:

Terminal
claude plugin list

Check whether the MCP server is connected:

Terminal
claude mcp list

Or inside Claude Code, run /mcp.

If NuBerea shows Needs authentication, run /mcp, select nuberea, and complete authentication. If authentication succeeds but reconnection fails, restart Claude Code.


Example Use Cases

NuBerea MCP enables AI assistants to perform scholarly biblical research on demand. Try prompts like:

Greek & Hebrew Word Studies

  • "Look up the Greek word ἀγάπη (agape) in the LSJ lexicon and show me every occurrence in 1 John."
  • "What does the Hebrew word חֶסֶד (chesed) mean in BDB, and where does it appear in the Psalms?"
  • "Give me the morphology of every word in John 1:1 from the Macula Greek dataset."

Exegesis & Verse Analysis

  • "Show me John 3:16 with word-by-word Greek morphology, lemmas, and Strong's numbers."
  • "Compare the Hebrew of Genesis 1:1 with the Septuagint Greek translation."
  • "What manuscripts contain Mark 16:9–20, and how do their transcriptions differ?"

Cross-References & Theological Themes

  • "Find Old Testament cross-references for Romans 3:23 and explain the theological connection."
  • "Trace the theme of 'covenant' across the Pentateuch using cross-reference data."
  • "Show me every NT quotation of Isaiah 53."

Sermon & Study Preparation

  • "Help me prepare a sermon on Philippians 2:5–11 — give me the Greek structure, key word studies, and historic interpretations."
  • "Build a Bible study outline on the parables of the kingdom in Matthew 13."
  • "Summarize the textual variants in 1 Corinthians 13 across the major manuscript traditions."

Manuscript & Textual Criticism

  • "Show me the Dead Sea Scrolls readings for Isaiah 7:14."
  • "Pull the CNTR transcription data for Codex Sinaiticus on John 1."
  • "Compare Aland's synopsis entries for the resurrection accounts across the Synoptic Gospels."

Documentation

Full documentation is available at https://nuberea.com/docs/mcp/, including:

  • MCP server configuration
  • Authentication setup
  • Tool definitions
  • Client integration examples

Contributing

Contributor and release workflow documentation lives in CONTRIBUTING.md.


About NuBerea

NuBerea helps pastors, students, and believers study Scripture more deeply using AI while remaining rooted in biblical text and historic Christian theology.

https://nuberea.com

NuBerea is published to the official MCP Registry as com.streamsapps/nuberea (API).

Related MCP Servers

View all in Developer Tools View all alternatives
  • M
    Mcp

    AI-powered user research for everyone

    💻 Developer Tools0 views
    Compare vs Mcp →
  • 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 →
  • I
    I18n Agent

    AI-powered translation for 48 languages with context-aware quality

    💻 Developer Tools1 views
    Compare vs I18n Agent →

Frequently Asked Questions about NuBerea

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "nuberea": { "command": "npx", "args": ["-y", "NuBerea"] } }

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 PreviewNuBerea AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nuberea?style=directory)](https://allmcps.com/mcp/nuberea)
HTML Embed
<a href="https://allmcps.com/mcp/nuberea"><img src="https://allmcps.com/api/badge/nuberea?style=directory" alt="NuBerea on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
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.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 NuBerea →Install in Claude DesktopInstall in CursorInstall in VS Code