Strong's Concordance Lookup

Look up Strong's numbers and definitions for biblical Greek and Hebrew words via the KJBC MCP server.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/pwarnock/kjbc-mcp --skill strong-s-concordance-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Strong's Concordance Lookup
Source: https://github.com/pwarnock/kjbc-mcp/tree/main/plugin/skills/concordance
Command: npx skills add https://github.com/pwarnock/kjbc-mcp --skill strong-s-concordance-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick lookup of Strong's numbers and definitions for biblical Greek and Hebrew words using the KJBC MCP server, reducing manual effort and increasing accuracy in word studies.

Core Features & Use Cases

  • Strong's search: find relevant Strong's numbers for English terms in Scripture.
  • Definition retrieval: obtain precise definitions and basic usage notes for Strong's numbers.
  • Language support: access Greek and Hebrew entries and switch between languages as needed.
  • Use Case: For a verse study, look up the underlying Greek word for a key term and pull its definition and usage context.

Quick Start

  • Look up Greek words for an English term: call mcp__kjbc__word with {"word": "love", "language": "greek"}.
  • Get the definition for a Strong's number: call mcp__kjbc__entry with {"entry_number": "G26", "language": "greek"}.
  • List supported languages: call mcp__kjbc__langs with {}.

Frequently Asked Questions about Strong's Concordance Lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up a Strong's number for a biblical Greek or Hebrew word?

To get a Strong's definition, query the KJBC server's entry tool with a specific number and language. For example, calling the entry tool with parameters {"entry_number": "G26", "language": "greek"} retrieves the precise definition and usage notes.

Can I switch between biblical Greek and Hebrew when doing a verse study?

Yes, you can switch between Greek and Hebrew for verse studies. The tool supports language switching by accepting a language parameter in its lookup functions, and you can list all supported languages by calling the langs tool with an empty parameter set.

What is a Strong's concordance lookup used for in biblical word studies?

A Strong's concordance lookup is used to find the original Greek or Hebrew words behind English biblical text and retrieve their definitions. It enables precise lexical analysis by mapping English terms to numbered entries with usage context for deeper verse studies.

Do I need a specific server to retrieve Strong's definitions for biblical languages?

Yes, this lookup relies on the KJBC MCP server to retrieve Strong's numbers and definitions. It uses specific server tools to query English-to-Strong's lookups, direct entry retrieval by number, and language listing for biblical Greek and Hebrew lexical analysis.

Are there limitations when using a concordance lookup for biblical lexical analysis?

This concordance lookup is constrained to the entries and definitions available through the KJBC MCP server. It provides basic usage notes and definitions based on Strong's numbers but does not generate custom translations or perform advanced morphological parsing beyond the server's returned data.