- Home
- MCP servers
- Bible Korean
Bible Korean
- typescript
1
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"oksure-bible-ko-mcp": {
"command": "npx",
"args": [
"-y",
"bible-ko-mcp"
]
}
}
}You can access the complete Korean Bible through this MCP server, which provides fast chapter retrieval, verse queries, search, translation comparisons, and book listings with in-memory caching and robust validation for reliable performance.
How to use
You run an MCP client against this server to perform a variety of Bible-related tasks. You can fetch entire chapters, pull specific verses or ranges, search for verses by keywords, list all available books, and compare verses across different Korean translations. The server validates inputs, caches results for quick repeat access, and includes health checks to monitor operability.
How to install
Prerequisites: you need Node.js 20 or newer installed on your system.
Install the MCP server globally with npm to make the command available from anywhere.
Install globally via npm:
npm install -g bible-ko-mcp
Or run directly without installation using npx.
npx -y bible-ko-mcp
Configuration and running locally
For local development or testing, you can start the MCP server using the npx command as shown above. If you are integrating with Claude Desktop or another automation environment, you may use a local runtime configuration that runs the built server directly.
Available tools
get-chapter
Retrieve all verses from a specific chapter by providing the book name, chapter number, and optional translation version.
get-verses
Fetch specific verse(s) from a chapter by specifying book, chapter, starting verse, and optional ending verse and translation version.
search-bible
Search for verses containing a keyword or phrase across all 66 books with an optional translation filter.
list-books
List all available books, with an optional filter for the Old or New Testament.
compare-translations
Compare a verse across multiple Korean translations to see differences side by side.